mirror of
https://github.com/rizinorg/cutter.git
synced 2025-02-20 13:46:06 +00:00
Fix travis Qt version
This commit is contained in:
parent
d53fd621c5
commit
ed0d680355
12
.travis.yml
12
.travis.yml
@ -6,13 +6,17 @@ os:
|
||||
- linux
|
||||
- osx
|
||||
|
||||
env:
|
||||
- TEST_COMMAND="qmake PREFIX=/usr APPIMAGE=1 ../src && make -j4"
|
||||
- TEST_COMMAND="cmake ../src && make -j4"
|
||||
|
||||
sudo: required
|
||||
dist: trusty
|
||||
|
||||
before_install:
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||
sudo add-apt-repository ppa:beineri/opt-qt562-trusty -y &&
|
||||
sudo add-apt-repository ppa=beineri/opt-qt591-trusty -y &&
|
||||
sudo apt-get update -qq
|
||||
; fi
|
||||
|
||||
@ -27,7 +31,7 @@ install:
|
||||
; fi
|
||||
|
||||
after_success:
|
||||
# TODO: include radare2/www for the webserver
|
||||
# TODO: include radare2/www for the webserver # Unless we remove the webserver ;)
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||
macdeployqt cutter.app -dmg &&
|
||||
export FILE_TO_UPLOAD="cutter.dmg"
|
||||
@ -55,10 +59,6 @@ before_script:
|
||||
fi
|
||||
- cd ..
|
||||
|
||||
env:
|
||||
- TEST_COMMAND="qmake PREFIX=/usr APPIMAGE=1 ../src && make -j4"
|
||||
- TEST_COMMAND="cmake ../src && make -j4"
|
||||
|
||||
script:
|
||||
- mkdir build
|
||||
- cd build
|
||||
|
Loading…
Reference in New Issue
Block a user