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 image: gradle:jdk12
before_script: before_script:
- export GRADLE_USER_HOME=`pwd`/.gradle - export GRADLE_USER_HOME=`pwd`/lectures/.gradle
cache: cache:
paths: paths:
- .gradle/wrapper - lectures/.gradle/wrapper
- .gradle/caches - lectures/.gradle/caches
- build - lectures/build
build: build:
stage: build stage: build
script: 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