mirror of
https://github.com/cmosher01/Epple-II.git
synced 2024-12-28 08:30:51 +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