embedded-plots/.gitlab-ci.yml
2021-02-17 00:48:24 +01:00

16 lines
No EOL
207 B
YAML

# todo: spin our own image
image: jamwaffles/circleci-embedded-graphics:1.40.0-3
stages:
- build
- test
build:
stage: build
script:
- cargo build
test:
stage: test
script:
- cargo test