forked from ifumagalli/dolfin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshippable.yml
22 lines (22 loc) · 844 Bytes
/
shippable.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
language: none
build:
pre_ci_boot:
image_name: quay.io/fenicsproject/dev-env
image_tag: latest
pull: true
ci:
- apt-get -qq -y --no-install-recommends install cmake
- pip3 install --upgrade pip
- pip3 install git+https://bitbucket.org/fenics-project/fiat.git@master
- pip3 install git+https://bitbucket.org/fenics-project/ufl.git@master
- pip3 install git+https://bitbucket.org/fenics-project/dijitso.git@master
- pip3 install git+https://bitbucket.org/fenics-project/instant.git@master
- pip3 install git+https://bitbucket.org/fenics-project/ffc.git@master
- mkdir -p build
- cd build
- cmake .. -DCMAKE_BUILD_TYPE=Debug -DDOLFIN_ENABLE_TESTING=ON
- make
- make install
- source /usr/local/share/dolfin/dolfin.conf
- make run_unittests
- make run run_regressiontests