mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 22:25:48 -04:00
first attempt at travis ci. Inspired from https://github.com/jeffhammond/nwchem/blob/master and https://github.com/GlobalArrays/ga
This commit is contained in:
parent
68787cddf6
commit
a2806b7460
1 changed files with 37 additions and 0 deletions
37
.travis.yml
Normal file
37
.travis.yml
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
sudo: false
|
||||
language: fortran
|
||||
os:
|
||||
- linux
|
||||
compiler:
|
||||
- gcc
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- gfortran
|
||||
- gcc
|
||||
- python-dev
|
||||
- libopenblas-dev
|
||||
- libopenmpi-dev
|
||||
- openmpi-bin
|
||||
- tcsh
|
||||
- make
|
||||
- automake
|
||||
- libtool
|
||||
- autoconf
|
||||
- perl
|
||||
matrix:
|
||||
env: == default ==
|
||||
NWCHEM_TOP=$TRAVIS_BUILD_DIR
|
||||
NWCHEM_TARGET=LINUX64
|
||||
NWCHEM_MODULES="dftgrad driver stepper mp2_grad"
|
||||
USE_MPI=y
|
||||
BLASOPT="-lopenblas -lpthread -lrt"
|
||||
BLAS_SIZE=4
|
||||
|
||||
before_script:
|
||||
|
||||
script:
|
||||
cd $NWCHEM_TOP/src &&
|
||||
make nwchem_config &&
|
||||
make ;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue