Initial commit - copied from GitLab
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
stages:
|
||||
- compile
|
||||
- test
|
||||
|
||||
compile:
|
||||
stage: compile
|
||||
script:
|
||||
- scala .
|
||||
|
||||
test:
|
||||
stage: test
|
||||
script:
|
||||
- scala test . # This will test everything. Will need to be modified as we add tests
|
||||
|
||||
# More stages will be added later to independently test different phases
|
||||
# To allow chosen tests to run as we add functionality
|
||||
Reference in New Issue
Block a user