We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20ade35 commit 455fa42Copy full SHA for 455fa42
1 file changed
.travis.yml
@@ -20,8 +20,8 @@ install:
20
- sudo apt -qq install qt512-meta-minimal qt512serialbus
21
22
# Setup Qt env
23
- - source /opt/qt512/bin/qt512-env.sh
+ - source /opt/qt*/bin/qt*-env.sh
24
25
script:
26
- cmake .
27
- - make -j4
+ - make -j$(nproc)
0 commit comments