embedded-plots/.gitlab-ci.yml

16 lines
224 B
YAML
Raw Permalink Normal View History

2021-02-16 22:36:45 +00:00
# todo: spin our own image
2021-02-16 23:58:28 +00:00
image: registry.gitlab.com/mchodzikiewicz/embedded-plots-docker:latest
2021-02-16 22:36:45 +00:00
stages:
- build
- test
build:
stage: build
script:
- cargo build
test:
stage: test
script:
- cargo test