qp2/drone/testing.sh

17 lines
199 B
Bash
Raw Permalink 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