scala_cs_210/.gitlab-ci.yml
2019-11-26 16:30:31 +01:00

21 lines
351 B
YAML

# This configuration is not used for the final grading, you can change it if
# you know what you're doing.
stages:
- build
- grade
compile:
stage: build
image: lampepfl/moocs-dotty:2019-09-17-2
except:
- tags
tags:
- cs210
script:
- sbt packageSubmission
artifacts:
expire_in: 1 day
paths:
- submission.jar