.gitlab-ci.yml 93 Bytes
Newer Older
Matthias Betz's avatar
Matthias Betz committed
1
build:
Matthias Betz's avatar
Matthias Betz committed
2
    script:
Matthias Betz's avatar
Matthias Betz committed
3
        - "which javac"
Matthias Betz's avatar
Matthias Betz committed
4
        - "export JAVA_HOME=/usr/; mvn package -B"