mirror of https://gitlab.com/pamhyr/pamhyr2
ci: Add nightly build stage.
parent
746ac01fde
commit
72b645bd78
|
|
@ -13,10 +13,10 @@ test:
|
|||
script:
|
||||
- echo "TODO PAMHYR tests"
|
||||
|
||||
# nightly-package:
|
||||
# stage: release
|
||||
# tags:
|
||||
# - release
|
||||
# script:
|
||||
# - cd packages
|
||||
# - ./linux.sh
|
||||
nightly-package:
|
||||
stage: release
|
||||
tags:
|
||||
- release
|
||||
script:
|
||||
- cd packages
|
||||
- ./linux.sh
|
||||
|
|
|
|||
Loading…
Reference in New Issue