bitbucket-pipelines.yml edited online with Bitbucket
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user