10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-18 03:05:34 +02:00

Fixed travis scripts

This commit is contained in:
Anthony Scemama 2021-01-25 10:24:49 +01:00
parent 7fa1637b91
commit 6e1c626f7e
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ tar -zxf $HOME/cache/config.tgz
# Configure QP2
cd qp2
source ./quantum_package.rc
ninja -j 1 -v
ninja -j 1 -v || exit -1
# Create cache
cd ..

View File

@ -2,7 +2,7 @@
# Stage 1
# Configure QP2
./configure --install all --config ./config/travis.cfg
./configure --install all --config ./config/travis.cfg || exit -1
# Create cache
cd ../

View File

@ -8,7 +8,7 @@ tar -zxf $HOME/cache/compil.tgz
# Configure QP2
cd qp2
source ./quantum_package.rc
qp_test -a && rm $HOME/cache/compil.tgz
exec qp_test -a && rm $HOME/cache/compil.tgz