bitbucket-pipelines.yml edited online with Bitbucket
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
# Only use spaces to indent your .yml configuration.
|
# Only use spaces to indent your .yml configuration.
|
||||||
# -----
|
# -----
|
||||||
# You can specify a custom docker image from Docker Hub as your build environment.
|
# You can specify a custom docker image from Docker Hub as your build environment.
|
||||||
image: gcc:6.5
|
image: nvidia/cuda
|
||||||
|
|
||||||
pipelines:
|
pipelines:
|
||||||
default:
|
default:
|
||||||
@@ -11,6 +11,6 @@ pipelines:
|
|||||||
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-get update
|
- apt-get update
|
||||||
- apt-get -t jessie-backports install -y cmake
|
- apt-get install -y cmake
|
||||||
- cmake ..
|
- cmake ..
|
||||||
- make -j
|
- make -j
|
||||||
|
|||||||
Reference in New Issue
Block a user