mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-01 11:03:54 -07:00
Make travis build a package
This commit is contained in:
parent
9c4bd8ebed
commit
35815a894a
4 changed files with 15 additions and 10 deletions
|
|
@ -1,13 +1,11 @@
|
|||
language: cpp
|
||||
env:
|
||||
- QT4=1
|
||||
- QT4=0
|
||||
- QT4=1 BUILDTYPE=Debug
|
||||
- QT4=0 BUILDTYPE=Debug
|
||||
- QT4=0 BUILDTYPE=Release
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
compiler:
|
||||
- gcc
|
||||
- clang
|
||||
script: ./travis-compile.sh
|
||||
install: ./travis-dependencies.sh
|
||||
cache: apt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue