Loading .gitlab-ci.yml +5 −2 Original line number Diff line number Diff line Loading @@ -10,10 +10,13 @@ test: image: debian:buster script: - apt update - apt -y install default-jdk ant ivy git curl - apt install -y wget apt-transport-https gnupg - wget -qO - https://adoptopenjdk.jfrog.io/adoptopenjdk/api/gpg/key/public | apt-key add - - echo "deb https://adoptopenjdk.jfrog.io/adoptopenjdk/deb buster main" | tee /etc/apt/sources.list.d/adoptopenjdk.list - apt update - apt install -y adoptopenjdk-8-hotspot ant ivy git - git submodule init - git submodule update - ant fetch-metrics-lib - ant -lib /usr/share/java resolve - ant test - ant checks No newline at end of file Loading
.gitlab-ci.yml +5 −2 Original line number Diff line number Diff line Loading @@ -10,10 +10,13 @@ test: image: debian:buster script: - apt update - apt -y install default-jdk ant ivy git curl - apt install -y wget apt-transport-https gnupg - wget -qO - https://adoptopenjdk.jfrog.io/adoptopenjdk/api/gpg/key/public | apt-key add - - echo "deb https://adoptopenjdk.jfrog.io/adoptopenjdk/deb buster main" | tee /etc/apt/sources.list.d/adoptopenjdk.list - apt update - apt install -y adoptopenjdk-8-hotspot ant ivy git - git submodule init - git submodule update - ant fetch-metrics-lib - ant -lib /usr/share/java resolve - ant test - ant checks No newline at end of file