Skip to content
Snippets Groups Projects
Commit 664f2bc4 authored by Hallvard Trætteberg's avatar Hallvard Trætteberg
Browse files
parents 2d0ab948 6fcae3c8
Branches
Tags
No related merge requests found
Pipeline #46465 passed
image: gradle:jdk12
before_script:
- export GRADLE_USER_HOME=`pwd`/.gradle
- export GRADLE_USER_HOME=`pwd`/lectures/.gradle
cache:
paths:
- .gradle/wrapper
- .gradle/caches
- build
- lectures/.gradle/wrapper
- lectures/.gradle/caches
- lectures/build
build:
stage: build
script:
- gradle build
- cd lectures
- ./gradlew build
artifacts:
paths:
- lectures/build/docs
expire_in: 1 week
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment