diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000000000000000000000000000000000000..304d5db61c6741fa52c3d11a7a20ed15f2ad8d27 --- /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