bitbucket-pipelines.yml edited online with Bitbucket
This commit is contained in:
@@ -6,7 +6,9 @@
|
|||||||
image: nvidia/cuda
|
image: nvidia/cuda
|
||||||
|
|
||||||
pipelines:
|
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:
|
- step:
|
||||||
script: # Modify the commands below to build your repository.
|
script: # Modify the commands below to build your repository.
|
||||||
- source ./sourceme.sh
|
- source ./sourceme.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user