Added travis-ci configuration file
This commit is contained in:
parent
2c0dfe7350
commit
aca65cbfde
18
graph/.travis.yml
Normal file
18
graph/.travis.yml
Normal file
|
@ -0,0 +1,18 @@
|
|||
sudo: false
|
||||
|
||||
language: c
|
||||
|
||||
env:
|
||||
- PATH=~/racket/bin:$PATH
|
||||
|
||||
before_install:
|
||||
- curl -L -o installer.sh http://plt.eecs.northwestern.edu/snapshots/current/installers/racket-test-current-x86_64-linux-precise.sh
|
||||
- sh installer.sh --in-place --dest ~/racket/
|
||||
|
||||
install:
|
||||
- make build-dep
|
||||
|
||||
script:
|
||||
- make
|
||||
|
||||
after_script:
|
Loading…
Reference in New Issue
Block a user