bitbucket-pipelines.yml edited online with Bitbucket

This commit is contained in:
jpekkila
2019-07-09 12:53:50 +00:00
parent fba09d2427
commit bc6f91f610

View File

@@ -9,6 +9,7 @@ pipelines:
default:
- 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