Forked from
IT1901 / course-material
277 commits behind the upstream repository.
-
Hallvard Trætteberg authoredHallvard Trætteberg authored
.gitlab-ci.yml 277 B
image: gradle:jdk12
before_script:
- export GRADLE_USER_HOME=`pwd`/.gradle
cache:
paths:
- .gradle/wrapper
- .gradle/caches
build:
stage: build
script:
- ./gradlew -Pci=gitlab build
artifacts:
paths:
- lectures/build/docs
expire_in: 1 week