bitbucket-pipelines.yml edited online with Bitbucket

This commit is contained in:
jpekkila
2019-07-09 12:48:14 +00:00
parent 314f3c1fcc
commit afb17c78d4

View File

@@ -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