Commit b45290d9 authored by Peter's avatar Peter
Browse files

dev

parent 60b489b7
Loading
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@ stages:
build:
  stage: build
  tags:
   - quantrfoundation
   - qf
  script:
    - mvn $MAVEN_CLI_OPTS -DskipTests compile

test-ia32:
  stage: test
  tags:
   - quantrfoundation
   - qf
  rules:
   - if: '$CI_COMMIT_MESSAGE =~ /test-ia32/'
  script:
@@ -24,7 +24,7 @@ test-ia32:
test-clear-gas:
  stage: test
  tags:
   - quantrfoundation
   - qf
  rules:
   - if: '$CI_COMMIT_MESSAGE =~ /clear-gas/'
  script:
@@ -33,7 +33,7 @@ test-clear-gas:
test-riscv:
  stage: test
  tags:
   - quantrfoundation
   - qf
  rules:
   - if: '$CI_COMMIT_MESSAGE =~ /test-riscv/'
  script:
@@ -43,7 +43,7 @@ test-riscv:
deploy:
  stage: deploy
  tags:
   - quantrfoundation
   - qf
  environment:
   name: test
   url: https://www.quantr.hk/asmweb
@@ -53,7 +53,7 @@ deploy:
deploy jar:
  stage: deploy
  tags:
   - quantrfoundation
   - qf
  script:
    - mvn $MAVEN_CLI_OPTS -DskipTests package
    - cp target/assembler*.jar /home/gitlab-runner/assembler/assembler.jar