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: addons:
apt: apt:
packages: packages:
- gfortran - gfortran
- libblas-dev - libblas-dev
- liblapack-dev - liblapack-dev
- libopenmpi-dev
- openmpi-bin
env: env:
- PARA=yes
- PARA=no
install: install:
- ./configure - ./configure --enable-parallel=$PARA
- make pwall epw - make pw
- make cp
- make ph
- make epw
script: script:
- make travis - make travis
git: git: