embedded-plots/.gitlab-ci.yml

16 lines
207 B
YAML
Raw Normal View History

2021-02-16 22:36:45 +00:00
# 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