bitbucket-pipelines.yml edited online with Bitbucket

This commit is contained in:
jpekkila
2019-07-09 13:21:16 +00:00
parent bc6f91f610
commit 6ec5e5a2c6

View File

@@ -6,7 +6,9 @@
image: nvidia/cuda
pipelines:
default:
# default: # Default is run at every push but we have only 500 build minutes / month so that probably wouldn't work out
custom: # Manual/scheduled building only
scheduled:
- step:
script: # Modify the commands below to build your repository.
- source ./sourceme.sh