10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-01 19:05:29 +02:00
QuantumPackage/drone/testing.sh

17 lines
199 B
Bash
Raw Normal View History

#!/bin/bash
# Stage 3
# Extract cache from compile stage
cd ../
tar -zxf $HOME/cache/compil.tgz
# Configure QP2
cd qp2
source ./quantum_package.rc
2021-01-25 10:24:49 +01:00
exec qp_test -a && rm $HOME/cache/compil.tgz