We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 965c7a3 commit 43a58c3Copy full SHA for 43a58c3
.travis.yml
@@ -0,0 +1,41 @@
1
+language: c
2
+dist: xenial
3
+
4
+sudo: false
5
6
+addons:
7
+ apt:
8
+ packages:
9
+ - libblas-dev
10
+ - liblapack-dev
11
+ - swig
12
+ - python-numpy
13
14
+python:
15
+ - 3.6
16
+ - 2.7
17
18
+matrix:
19
+ include:
20
+ - python: 3.6
21
+ env: RSFROOT=$HOME/RSFROOT RSFFIGS=$HOME/RSFROOT/figs
22
+ - python: 2.7
23
24
25
+# Install madagascar
26
+install:
27
+ - ./configure
28
+ - make install
29
30
+before_script:
31
+ - git clone --depth 1 https://github.com/Dirack/vfsa.git $RSFSRC/user/vfsa
32
+ - cd $RSFSRC/user/vfsa
33
+ - scons
34
+ - cd $RSFSRC
35
+ - scons install
36
37
+# Test
38
+script:
39
+ - source env.sh
40
+ - cd $RSFSRC/user/vfsa/usage_examples
41
0 commit comments