Skip to content

Commit f0ef16a

Browse files
committed
Experiment with travis ci. Probably doesn't work yet.
1 parent 246d9c8 commit f0ef16a

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.travis.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
language: python
2+
3+
python:
4+
- 2.7
5+
6+
before_install:
7+
- sudo apt-get update
8+
- sudo apt-get install gfortran-4.9
9+
- ln -fs /usr/bin/gfortran-4.9 gfortran
10+
- pip install FoBiS.py
11+
- wget http://rfsber.home.xs4all.nl/Robo/robodoc-4.99.41.tar.gz
12+
- gunzip robodoc-4.99.41.tar.gz
13+
- tar -xvf robodoc-4.99.41.tar
14+
- cd robodoc-4.99.41
15+
- configure
16+
- make
17+
- make install
18+
- cd ../
19+
- export PATH=".:$PATH"
20+
21+
before_script:
22+
- build.sh
23+
24+
script:
25+
- ./bin/json

0 commit comments

Comments
 (0)