diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..6ba9026 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,15 @@ +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}