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