9
1
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-23 21:12:05 +02:00
qp2/travis/compilation.sh

18 lines
247 B
Bash
Raw Normal View History

#!/bin/bash
# Stage 2
# Extract cache from config stage
cd ../
tar -zxf $HOME/cache/config.tgz
rm $HOME/cache/config.tgz
# Configure QP2
cd qp2
source ./quantum_package.rc
ninja -j 1 -v
# Create cache
cd ..
tar -zcf $HOME/cache/compil.tgz qp2