mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-30 23:50:19 -07:00
Add rough draft for .travis.yml
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
language: cpp
|
||||
compiler:
|
||||
- gcc
|
||||
- clang
|
||||
script: mkdir build && cd build && cmake .. && make
|
||||
Reference in New Issue
Block a user