Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e0a02e commit 102b7faCopy full SHA for 102b7fa
.gitlab-ci.yml
@@ -27,7 +27,9 @@ variables:
27
# Use cargo to test the project
28
test:cargo:
29
before_script:
30
- - apt install -y curl
+ - apt update -y
31
+ - apt install -y curl default-jre
32
+ - java -version
33
- curl -LSs https://gitlab.science.ru.nl/compilerconstruction/ssm/builds/artifacts/master/raw/ssm.zip?job=build > ssm.zip
34
- unzip ssm.zip
35
script:
0 commit comments