mirror of
https://github.com/leozide/leocad
synced 2025-01-17 18:11:42 +01:00
Update .travis.yml
This commit is contained in:
parent
9daede6cb1
commit
5c0993f3f3
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ install:
|
|||
fi
|
||||
|
||||
script:
|
||||
- if [[ "$QT_BASE" = "510" && "$TRAVIS_OS_NAME" = "linux" ]]; then /opt/qt510/bin/qt510-env.sh; fi
|
||||
- if [[ "$QT_BASE" = "510" && "$TRAVIS_OS_NAME" = "linux" ]]; then source /opt/qt510/bin/qt510-env.sh; fi
|
||||
- qmake PREFIX=/usr -v
|
||||
- qmake PREFIX=/usr -r
|
||||
- make -j4
|
||||
|
|
Loading…
Reference in a new issue