2022-12-01 10:43:08 +01:00
|
|
|
default:
|
|
|
|
image: rust
|
|
|
|
|
|
|
|
stages:
|
|
|
|
- build
|
|
|
|
|
|
|
|
day-1:
|
|
|
|
stage: build
|
|
|
|
script:
|
|
|
|
- cd day1; cargo run --release ./input
|
|
|
|
|
2022-12-05 00:05:02 +01:00
|
|
|
day-2:
|
|
|
|
stage: build
|
|
|
|
script:
|
|
|
|
- cd day2; cargo run --release ./input
|
2022-12-06 23:34:25 +01:00
|
|
|
|
|
|
|
day-3:
|
|
|
|
stage: build
|
|
|
|
script:
|
|
|
|
- cd day3; cargo run --release ./input
|