12 lines
119 B
YAML
12 lines
119 B
YAML
|
default:
|
||
|
image: rust
|
||
|
|
||
|
stages:
|
||
|
- build
|
||
|
|
||
|
day-1:
|
||
|
stage: build
|
||
|
script:
|
||
|
- cd day1; cargo run --release ./input
|
||
|
|