bitbucket-pipelines.yml edited online with Bitbucket
This commit is contained in:
@@ -10,7 +10,7 @@ pipelines:
|
|||||||
- step:
|
- step:
|
||||||
script: # Modify the commands below to build your repository.
|
script: # Modify the commands below to build your repository.
|
||||||
- mkdir -p build && cd build
|
- mkdir -p build && cd build
|
||||||
- apt update
|
- apt-get update
|
||||||
- apt install -y cmake
|
- apt-get -t jessie-backports install -y cmake
|
||||||
- cmake ..
|
- cmake ..
|
||||||
- make -j
|
- make -j
|
||||||
|
|||||||
Reference in New Issue
Block a user