mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-30 23:50:19 -07:00
Build both Qt4 and Qt5
This commit is contained in:
+4
-1
@@ -1,10 +1,13 @@
|
||||
language: cpp
|
||||
env:
|
||||
- QT="-DWITH_QT4=0"
|
||||
- QT="-DWITH_QT4=1"
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
compiler:
|
||||
- gcc
|
||||
- clang
|
||||
script: mkdir build && cd build && cmake .. -DWITH_SERVER=1 && make
|
||||
script: mkdir build && cd build && cmake .. $QT -DWITH_SERVER=1 && make
|
||||
install: ./travis-dependencies.sh
|
||||
cache: apt
|
||||
|
||||
Reference in New Issue
Block a user