Skip to content

Commit 455fa42

Browse files
committed
Make configuration more generic
1 parent 20ade35 commit 455fa42

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ install:
2020
- sudo apt -qq install qt512-meta-minimal qt512serialbus
2121

2222
# Setup Qt env
23-
- source /opt/qt512/bin/qt512-env.sh
23+
- source /opt/qt*/bin/qt*-env.sh
2424

2525
script:
2626
- cmake .
27-
- make -j4
27+
- make -j$(nproc)

0 commit comments

Comments
 (0)