Loading .gitlab-ci.yml +6 −6 Original line number Diff line number Diff line Loading @@ -8,14 +8,14 @@ stages: build: stage: build tags: - quantr-assembler - quantr script: - mvn $MAVEN_CLI_OPTS -DskipTests compile test-ia32: stage: test tags: - quantr-assembler - quantr rules: - if: '$CI_COMMIT_MESSAGE =~ /test-ia32/' script: Loading @@ -24,7 +24,7 @@ test-ia32: test-clear-gas: stage: test tags: - quantr-assembler - quantr rules: - if: '$CI_COMMIT_MESSAGE =~ /clear-gas/' script: Loading @@ -33,7 +33,7 @@ test-clear-gas: test-riscv: stage: test tags: - quantr-assembler - quantr rules: - if: '$CI_COMMIT_MESSAGE =~ /test-riscv/' script: Loading @@ -43,7 +43,7 @@ test-riscv: deploy: stage: deploy tags: - quantr-assembler - quantr environment: name: test url: https://www.quantr.hk/asmweb Loading @@ -53,7 +53,7 @@ deploy: deploy jar: stage: deploy tags: - quantr-assembler - quantr script: - mvn $MAVEN_CLI_OPTS -DskipTests package - cp target/assembler*.jar /home/gitlab-runner/assembler/assembler.jar Loading Loading
.gitlab-ci.yml +6 −6 Original line number Diff line number Diff line Loading @@ -8,14 +8,14 @@ stages: build: stage: build tags: - quantr-assembler - quantr script: - mvn $MAVEN_CLI_OPTS -DskipTests compile test-ia32: stage: test tags: - quantr-assembler - quantr rules: - if: '$CI_COMMIT_MESSAGE =~ /test-ia32/' script: Loading @@ -24,7 +24,7 @@ test-ia32: test-clear-gas: stage: test tags: - quantr-assembler - quantr rules: - if: '$CI_COMMIT_MESSAGE =~ /clear-gas/' script: Loading @@ -33,7 +33,7 @@ test-clear-gas: test-riscv: stage: test tags: - quantr-assembler - quantr rules: - if: '$CI_COMMIT_MESSAGE =~ /test-riscv/' script: Loading @@ -43,7 +43,7 @@ test-riscv: deploy: stage: deploy tags: - quantr-assembler - quantr environment: name: test url: https://www.quantr.hk/asmweb Loading @@ -53,7 +53,7 @@ deploy: deploy jar: stage: deploy tags: - quantr-assembler - quantr script: - mvn $MAVEN_CLI_OPTS -DskipTests package - cp target/assembler*.jar /home/gitlab-runner/assembler/assembler.jar Loading