mirror of
https://github.com/leozide/leocad
synced 2025-01-29 20:34:50 +01:00
Update .travis.yml
This commit is contained in:
parent
2b5c092b22
commit
263010e3ec
1 changed files with 1 additions and 3 deletions
|
@ -43,9 +43,7 @@ install:
|
|||
fi
|
||||
|
||||
script:
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||
source /opt/qt510/bin/qt510-env.sh ;
|
||||
fi
|
||||
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then /opt/qt510/bin/qt510-env.sh; fi
|
||||
- qmake PREFIX=/usr -v
|
||||
- qmake PREFIX=/usr -r
|
||||
- make -j4
|
||||
|
|
Loading…
Add table
Reference in a new issue