Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 102b7fa

Browse files
committed
Add java install to CI
1 parent 9e0a02e commit 102b7fa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ variables:
2727
# Use cargo to test the project
2828
test:cargo:
2929
before_script:
30-
- apt install -y curl
30+
- apt update -y
31+
- apt install -y curl default-jre
32+
- java -version
3133
- curl -LSs https://gitlab.science.ru.nl/compilerconstruction/ssm/builds/artifacts/master/raw/ssm.zip?job=build > ssm.zip
3234
- unzip ssm.zip
3335
script:

0 commit comments

Comments
 (0)