[full Ci] test pipeline

pull/72/head
matt 4 years ago
parent 3f0c57b8b7
commit 2b36f2db08

@ -97,7 +97,7 @@ build_ubuntu_focal:
- bash builder/build-package ubuntu focal; - bash builder/build-package ubuntu focal;
only: only:
variables: variables:
- $CI_COMMIT_MESSAGE =~ /\[full ci\]/ - $CI_COMMIT_MESSAGE =~ /\[full [Cc][Ii]\]/
artifacts: artifacts:
paths: paths:
- output/ - output/
@ -116,7 +116,7 @@ build_ubuntu_focal_arm:
- bash builder/build-package ubuntu focal; - bash builder/build-package ubuntu focal;
only: only:
variables: variables:
- $CI_COMMIT_MESSAGE =~ /\[full ci\]/ - $CI_COMMIT_MESSAGE =~ /\[full [Cc][Ii]\]/
artifacts: artifacts:
paths: paths:
- output/ - output/
@ -133,7 +133,7 @@ build_debian_buster:
- bash builder/build-package debian buster; - bash builder/build-package debian buster;
only: only:
variables: variables:
- $CI_COMMIT_MESSAGE =~ /\[full ci\]/ - $CI_COMMIT_MESSAGE =~ /\[full [cC][Ii]\]/
artifacts: artifacts:
paths: paths:
- output/ - output/
@ -152,7 +152,7 @@ build_debian_buster_arm:
- bash builder/build-package debian buster; - bash builder/build-package debian buster;
only: only:
variables: variables:
- $CI_COMMIT_MESSAGE =~ /\[full ci\]/ - $CI_COMMIT_MESSAGE =~ /\[full [cC][Ii]\]/
artifacts: artifacts:
paths: paths:
- output/ - output/
@ -169,7 +169,7 @@ build_debian_bullseye:
- bash builder/build-package debian bullseye; - bash builder/build-package debian bullseye;
only: only:
variables: variables:
- $CI_COMMIT_MESSAGE =~ /\[full ci\]/ - $CI_COMMIT_MESSAGE =~ /\[full [cC][Ii]\]/
artifacts: artifacts:
paths: paths:
- output/ - output/
@ -188,7 +188,7 @@ build_debian_bullseye_arm:
- bash builder/build-package debian bullseye; - bash builder/build-package debian bullseye;
only: only:
variables: variables:
- $CI_COMMIT_MESSAGE =~ /\[full ci\]/ - $CI_COMMIT_MESSAGE =~ /\[full [cC][Ii]\]/
artifacts: artifacts:
paths: paths:
- output/ - output/

Loading…
Cancel
Save