File tree Expand file tree Collapse file tree 1 file changed +3
-24
lines changed
Expand file tree Collapse file tree 1 file changed +3
-24
lines changed Original file line number Diff line number Diff line change @@ -8,27 +8,6 @@ version: 2.1
88 - run :
99 name : Run Serializer
1010 command : |
11- bash
12- source ./utils/venv/bin/activate
13- bazel --host_jvm_args=-Xmx4g --host_jvm_args=-Xms512m run --jobs=1 //serialization/test:serialization_test
14-
15- publish-github-release :
16- docker :
17- - image : cibuilds/github:0.10
18- steps :
19- - attach_workspace :
20- at : ./bazel-out/k8-fastbuild/bin/serialization/test/serialization_test.runfiles/benchmark_database/scenario_sets/serialized/
21- - run :
22- name : " Publish Release on GitHub"
23- command : |
24- VERSION=0.1
25- ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete ${VERSION} ./artifacts/
26-
27- workflows :
28- version : 2.1
29- main :
30- jobs :
31- - serialize :
32- - publish-github-release :
33- requires :
34- - serialize
11+ bash ./util/setup_test_venv.sh
12+ source ./into_test_venv.sh
13+ bazel --host_jvm_args=-Xmx4g --host_jvm_args=-Xms512m test --jobs=1 //...
You can’t perform that action at this time.
0 commit comments