mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-01-07 19:02:35 -08:00
11 lines
177 B
YAML
11 lines
177 B
YAML
language: cpp
|
|
os:
|
|
- linux
|
|
- osx
|
|
compiler:
|
|
- gcc
|
|
- clang
|
|
script: mkdir build && cd build && cmake .. -DWITH_SERVER=1 && make
|
|
install: ./travis-dependencies.sh
|
|
cache: apt
|