mirror of
https://gitlab.com/feliix42/embedded-plots.git
synced 2024-11-21 09:26:30 +00:00
16 lines
No EOL
224 B
YAML
16 lines
No EOL
224 B
YAML
# todo: spin our own image
|
|
image: registry.gitlab.com/mchodzikiewicz/embedded-plots-docker:latest
|
|
|
|
stages:
|
|
- build
|
|
- test
|
|
|
|
build:
|
|
stage: build
|
|
script:
|
|
- cargo build
|
|
|
|
test:
|
|
stage: test
|
|
script:
|
|
- cargo test |