bitbucket-pipelines.yml edited online with Bitbucket

This commit is contained in:
jpekkila
2019-07-09 12:51:36 +00:00
parent afb17c78d4
commit fba09d2427

View File

@@ -11,6 +11,7 @@ pipelines:
script: # Modify the commands below to build your repository.
- mkdir -p build && cd build
- apt-get update
- apt-get install -y cmake
- apt-get install -y cmake flex bison
- ../scripts/compile_acc.sh
- cmake ..
- make -j