forked from MolSSI-MDI/MDI_Library
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
44 lines (41 loc) · 1009 Bytes
/
Copy path.travis.yml
File metadata and controls
44 lines (41 loc) · 1009 Bytes
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
language: c
sudo: required
matrix:
include:
- os: linux
compiler: gcc
before_install:
- sudo apt-get install gfortran
- os: linux
compiler: gcc
before_install:
- sudo apt-get install gfortran
- sudo apt-get install mpich2
- os: linux
compiler: gcc
before_install:
- sudo apt-get install gfortran
- sudo apt-get install openmpi-bin openmpi-doc libopenmpi-dev
- os: osx
compiler: gcc
before_install:
- brew install gcc > /dev/null
- export FC=gfortran
- os: windows
compiler: gcc
before_install:
# remove the sh.exe file, which prevents MinGW from working
- where sh > sh_loc.txt
- powershell -command "cat sh_loc.txt | rm"
install:
- mkdir build
- cd build
- cmake -G "MinGW Makefiles" -Dlanguage=Python ../
- mingw32-make
install:
- mkdir build
- cd build
- cmake ../
- make
script:
- ls