mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-11-03 12:43:48 +01:00
11 lines
154 B
Bash
Executable File
11 lines
154 B
Bash
Executable File
#!/bin/bash
|
|
# Stage 1
|
|
|
|
# Configure QP2
|
|
./configure --install all --config ./config/travis.cfg
|
|
|
|
# Create cache
|
|
cd ../
|
|
tar -zcf $HOME/cache/config.tgz qp2
|
|
|