Travis do two compilations (para and seq).

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@13245 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
sponce 2017-01-11 13:23:12 +00:00
parent 71d0333707
commit 8dd8149505
1 changed files with 12 additions and 5 deletions

View File

@ -4,13 +4,20 @@ python:
addons:
apt:
packages:
- gfortran
- libblas-dev
- liblapack-dev
- gfortran
- libblas-dev
- liblapack-dev
- libopenmpi-dev
- openmpi-bin
env:
- PARA=yes
- PARA=no
install:
- ./configure
- make pwall epw
- ./configure --enable-parallel=$PARA
- make pw
- make cp
- make ph
- make epw
script:
- make travis
git: