mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-19 03:16:10 +00:00
Fix travis build
This commit is contained in:
parent
f47cae8c89
commit
fb558f2683
@ -5,7 +5,7 @@ cache: ccache
|
||||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
env: TEST_COMMAND="qmake PREFIX=/tmp/.cutter_usr APPIMAGE=1 ../src && make -j4" DEPLOY=1
|
||||
env: TEST_COMMAND="qmake PREFIX=/usr APPIMAGE=1 ../src && make -j4" DEPLOY=1 PREFIX=/tmp/.cutter_usr
|
||||
- os: linux
|
||||
env: TEST_COMMAND="cmake ../src && make -j4"
|
||||
- os: osx
|
||||
|
Loading…
Reference in New Issue
Block a user