bitbucket-pipelines.yml edited online with Bitbucket

This commit is contained in:
jpekkila
2019-07-09 12:26:08 +00:00
parent d56e6f1492
commit 5ceb8ddb7e

View File

@@ -10,5 +10,7 @@ pipelines:
- step:
script: # Modify the commands below to build your repository.
- mkdir -p build && cd build
- apt update
- apt install -y cmake
- cmake ..
- make -j