Skip to content
Snippets Groups Projects
Verified Commit 4cc0e29e authored by Minyong Li's avatar Minyong Li :speech_balloon:
Browse files

.gitlab-ci.yml: add a simple ci job

parent 42896bc7
No related branches found
No related tags found
No related merge requests found
Pipeline #7459 passed
stages:
- test
image: openjdk:8
before_script:
- wget https://github.com/sbt/sbt/releases/download/v1.5.2/sbt-1.5.2.tgz
- wget https://github.com/sbt/sbt/releases/download/v1.5.2/sbt-1.5.2.tgz.sha256
- sha256sum -c sbt-1.5.2.tgz.sha256 || exit 1
- tar xf sbt-1.5.2.tgz
sbt-test:
stage: test
script:
- ./sbt/bin/sbt test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment