.gitlab-ci.yml 272 字节
Newer Older
Y
yejianwu 已提交
1 2 3 4 5 6 7
stages:
  - ops_test
  - ops_benchmark

ops_test:
  stage: ops_test
  only:
Y
yejianwu 已提交
8
    - master
Y
yejianwu 已提交
9 10 11 12 13 14
  script:
    - tools/bazel-adb-run.sh //mace/ops:ops_test

ops_benchmark:
  stage: ops_benchmark
  only:
Y
yejianwu 已提交
15
    - master
Y
yejianwu 已提交
16 17
  script:
    - tools/bazel-adb-run.sh //mace/ops:ops_benchmark