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