mirror of https://github.com/mgba-emu/mgba.git
All: What the heck, vim. Fix Qt5 path for travis
This commit is contained in:
parent
7ef6c2c38d
commit
8724094076
|
@ -2,9 +2,6 @@ os:
|
||||||
- linux
|
- linux
|
||||||
- osx
|
- osx
|
||||||
|
|
||||||
env:
|
|
||||||
- CMAKE_PREFIX_PATH=/usr/local/opt/qt4
|
|
||||||
|
|
||||||
language: c
|
language: c
|
||||||
compiler:
|
compiler:
|
||||||
- gcc
|
- gcc
|
||||||
|
@ -16,4 +13,4 @@ dist: trusty
|
||||||
before_install:
|
before_install:
|
||||||
- ./.travis-deps.sh
|
- ./.travis-deps.sh
|
||||||
|
|
||||||
script: mkdir build && cd build && cmake .. && make
|
script: mkdir build && cd build && cmake -DCMAKE_PREFIX_PATH=/usr/local/opt/qt5 .. && make
|
||||||
|
|
Loading…
Reference in New Issue