Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
course-material
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IT1901
course-material
Commits
664f2bc4
Commit
664f2bc4
authored
5 years ago
by
Hallvard Trætteberg
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
https://gitlab.stud.idi.ntnu.no/it1901/course-material.git
parents
2d0ab948
6fcae3c8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#46465
passed
5 years ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+10
-5
10 additions, 5 deletions
.gitlab-ci.yml
with
10 additions
and
5 deletions
.gitlab-ci.yml
+
10
−
5
View file @
664f2bc4
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment