-
Notifications
You must be signed in to change notification settings - Fork 1
/
.travis.yml
54 lines (45 loc) · 1003 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
sudo: false
addons:
apt:
packages:
- make
- cmake-data
- cmake
homebrew:
packages:
- ccache
git:
depth: false
language: cpp
compiler:
- gcc
- clang
os:
- linux
- osx
before_script:
- mkdir -p travis_root
- cd travis_root
- rm -rf ughub
- git clone https://www.github.com/UG4/ughub
- mkdir ug4
- cd ug4
- pwd
- ../ughub/ughub init .
- ../ughub/ughub install ugcore
- ../ughub/ughub add
- ../ughub/ughub addsource neurobox https://github.com/NeuroBox3D/neurobox-packages
- ../ughub/ughub install neuro_collection
- mkdir build
- cd build
- cmake ../ -DDIM=3 -DCPU=1 -DLAPACK=OFF -DBLAS=OFF -DENABLE_ALL_PLUGINS=ON -DPARALLEL=OFF
- travis_wait 45 make -j2
script:
- cd $TRAVIS_BUILD_DIR
- echo $TRAVIS_BUILD_DIR
- pwd
- git clone https://github.com/NeuroBox3D/neuromorpho
- cd neuromorpho
- cp $TRAVIS_BUILD_DIR/.build.sh build.sh
- chmod +x build.sh
- ./build.sh