bitbucket-pipelines.yml edited online with Bitbucket

This commit is contained in:
jpekkila
2019-07-09 12:31:16 +00:00
parent 5ceb8ddb7e
commit 314f3c1fcc

View File

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