🐛 Fixed travis build
This commit is contained in:
parent
26d71d1d50
commit
91c8a262d2
15
.travis.yml
15
.travis.yml
@ -1,15 +1,10 @@
|
|||||||
os:
|
dist: bionic
|
||||||
- linux
|
language: cpp
|
||||||
|
|
||||||
before_install:
|
install:
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo add-apt-repository --yes ppa:beineri/opt-qt58-trusty; fi
|
- sudo apt-get update
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get update -qq; fi
|
- sudo apt-get install qt5-default qtwebengine5-dev qttools5-dev-tools -y
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install qt58-meta-minimal qt58webengine; fi
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then source /opt/qt58/bin/qt58-env.sh; fi
|
|
||||||
- git log -n 1 --pretty=format:"%h %cD" >manifest.uuid
|
|
||||||
- intl/convert.sh
|
|
||||||
- qmake -project
|
|
||||||
- qmake fuel.pro
|
- qmake fuel.pro
|
||||||
- make
|
- make
|
||||||
|
Loading…
x
Reference in New Issue
Block a user