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