mirror of
https://github.com/cmosher01/Epple-II.git
synced 2024-12-27 17:29:16 +00:00
add travis config file
This commit is contained in:
parent
87290dcc19
commit
63af3f1db7
7
.travis.yml
Normal file
7
.travis.yml
Normal file
@ -0,0 +1,7 @@
|
||||
language: cpp
|
||||
compiler:
|
||||
- gcc
|
||||
- clang
|
||||
# Change this to your needs
|
||||
before_script: ./bootstrap
|
||||
script: ./configure && make
|
Loading…
Reference in New Issue
Block a user