metallibruh/.gitlab-ci.yml

16 lines
253 B
YAML
Raw Normal View History

default:
image: rust
stages:
- build
metallica-the-unforgiven:
stage: build
script:
- cargo run --release -- ${THE_UNFORGIVEN_INPUT}
eagles-hotel-california:
stage: build
script:
- cargo run --release -- ${HOTEL_CALIFORNIA_INPUT}