mirror of
https://github.com/cmosher01/Epple-II.git
synced 2025-01-06 21:30:47 +00:00
add travis build
This commit is contained in:
parent
31c805f7fa
commit
6008287d57
11
.travis.yml
Normal file
11
.travis.yml
Normal file
@ -0,0 +1,11 @@
|
||||
dist: trusty
|
||||
sudo: false
|
||||
language: cpp
|
||||
compiler:
|
||||
- gcc
|
||||
install:
|
||||
- sudo apt-get install libsdl2
|
||||
before_script:
|
||||
- ./bootstrap
|
||||
script:
|
||||
- ./configure && make
|
Loading…
Reference in New Issue
Block a user