mirror of https://gitlab.com/pamhyr/pamhyr2
ci: Active rules for packages.
parent
25a01682d4
commit
86d022dc93
|
|
@ -45,9 +45,8 @@ linux-package:
|
||||||
needs:
|
needs:
|
||||||
- job: build-lang
|
- job: build-lang
|
||||||
artifacts: true
|
artifacts: true
|
||||||
# rules:
|
rules:
|
||||||
# - if: $CI_COMMIT_BRANCH == 'master' || $CI_COMMIT_TAG
|
- if: $CI_COMMIT_BRANCH == 'master' || $CI_COMMIT_TAG
|
||||||
# when: never
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- packages/pamhyr-gnulinux-amd64.tar.xz
|
- packages/pamhyr-gnulinux-amd64.tar.xz
|
||||||
|
|
@ -63,9 +62,8 @@ windows-package:
|
||||||
needs:
|
needs:
|
||||||
- job: build-lang
|
- job: build-lang
|
||||||
artifacts: true
|
artifacts: true
|
||||||
# rules:
|
rules:
|
||||||
# - if: $CI_COMMIT_BRANCH == 'master' || $CI_COMMIT_TAG
|
- if: $CI_COMMIT_BRANCH == 'master' || $CI_COMMIT_TAG
|
||||||
# when: never
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- packages/pamhyr-win-amd64.exe
|
- packages/pamhyr-win-amd64.exe
|
||||||
|
|
@ -95,8 +93,6 @@ tag-release:
|
||||||
- packages/pamhyr-win-amd64.exe
|
- packages/pamhyr-win-amd64.exe
|
||||||
script:
|
script:
|
||||||
- cd packages
|
- cd packages
|
||||||
# - ./linux.sh
|
|
||||||
# # - ./wine.sh ci
|
|
||||||
release:
|
release:
|
||||||
name: '$CI_COMMIT_TAG'
|
name: '$CI_COMMIT_TAG'
|
||||||
description: 'Automatic release from tag $CI_COMMIT_TAG'
|
description: 'Automatic release from tag $CI_COMMIT_TAG'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue