1
0
Fork 0
mirror of https://github.com/leozide/leocad synced 2025-02-17 21:33:22 +01:00

Update .travis.yml

This commit is contained in:
Leonardo Zide 2019-03-09 11:46:10 -08:00
parent 2b5c092b22
commit 263010e3ec

View file

@ -43,9 +43,7 @@ install:
fi fi
script: script:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then - if [ "$TRAVIS_OS_NAME" == "linux" ]; then /opt/qt510/bin/qt510-env.sh; fi
source /opt/qt510/bin/qt510-env.sh ;
fi
- qmake PREFIX=/usr -v - qmake PREFIX=/usr -v
- qmake PREFIX=/usr -r - qmake PREFIX=/usr -r
- make -j4 - make -j4