From fbb397871c7213ab05f1ecbfd8885f74f54fe9c4 Mon Sep 17 00:00:00 2001 From: yejianwu Date: Wed, 7 Mar 2018 16:39:32 +0800 Subject: [PATCH] update .gitlab-ci.yml --- .gitlab-ci.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 00000000..304d5db6 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,17 @@ +stages: + - ops_test + - ops_benchmark + +ops_test: + stage: ops_test + only: + - gitlab_ci + script: + - tools/bazel-adb-run.sh //mace/ops:ops_test + +ops_benchmark: + stage: ops_benchmark + only: + - gitlab_ci + script: + - tools/bazel-adb-run.sh //mace/ops:ops_benchmark -- GitLab