Files
Cockatrice/.travis.yml
T

6 lines
94 B
YAML

language: cpp
compiler:
- gcc
- clang
script: mkdir build && cd build && cmake .. && make