Updated Bitbucket pipelines

This commit is contained in:
jpekkila
2019-09-19 07:41:48 +00:00
parent 24f46324e0
commit 1c14ec6e16

View File

@@ -18,11 +18,9 @@ pipelines:
scheduled:
- step:
script: # Modify the commands below to build your repository.
- source ./sourceme.sh
- mkdir -p build && cd build
- apt-get update
- apt-get install -y cmake flex bison
- ../scripts/compile_acc.sh
- cmake ..
- cmake -DDSL_MODULE_DIR="acc/mhd_solver" ..
- make -j
# - ./ac_run -t