Skip to content
Snippets Groups Projects
Commit 965f96b4 authored by Hallvard Trætteberg's avatar Hallvard Trætteberg
Browse files

ci without ui test

parent 70620d85
No related branches found
No related tags found
No related merge requests found
# Ignore Gradle project-specific cache directory
.gradle
# Ignore Gradle build output directory
build
......@@ -11,7 +11,7 @@ cache:
build:
stage: build
script:
- ./gradlew -Pgitlab-ci=true build
- ./gradlew -Pci=gitlab build
artifacts:
paths:
- lectures/build/docs
......
......@@ -201,3 +201,10 @@ image::../images/maven-central.png[width=300, link="https://mvnrepository.com"]
[.right]
image::../images/gradle-views.png[width=300]
== CI @ gitlab
* gitlab kan konfigureres til å bygge, når endrer `push`es til et repo
* *.gitlab-ci.yml* inneholder byggeinstruksjoner
* hele repoet sjekkes først ut
* så utføres byggeinstruksjoner iht. innstillinger
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment