Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
sarah.grebing
ProofScriptParser
Commits
2e39b7de
Commit
2e39b7de
authored
Nov 13, 2018
by
Sarah Grebing
Browse files
Merge branch 'master' into derivableBugFix
parents
49abb804
1738f5ca
Pipeline
#31985
failed with stages
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
2e39b7de
# This is the Gradle build system for JVM applications
# https://gradle.org/
# https://github.com/gradle/gradle
image
:
key-dev-jdk
10
image
:
key-dev-jdk
8
cache
:
paths
:
...
...
@@ -13,9 +13,7 @@ cache:
# runtime for each build is more reliable since the runtime is completely
# isolated from any previous builds.
variables
:
GRADLE_OPTS
:
"
-Dorg.gradle.daemon=false
\
--add-modules
java.xml.bind
\
'-Dorg.gradle.jvmargs=--add-modules
java.xml.bind'"
GRADLE_OPTS
:
"
-Dorg.gradle.daemon=false"
GIT_SSL_NO_VERIFY
:
"
true"
before_script
:
...
...
@@ -28,32 +26,6 @@ stages:
-
test
-
deploy
build:jdk9:
stage
:
build
image
:
key-dev-jdk9
script
:
gradle --build-cache assemble
allow_failure
:
true
cache
:
key
:
"
$CI_COMMIT_REF_NAME"
policy
:
push
paths
:
-
build
-
.gradle
build:jdk10:
stage
:
build
image
:
key-dev-jdk10
script
:
gradle --build-cache assemble
allow_failure
:
true
cache
:
key
:
"
$CI_COMMIT_REF_NAME"
policy
:
push
paths
:
-
build
-
.gradle
build:jdk8:
stage
:
build
variables
:
...
...
keydeps/lib/components/key.core.jar
View file @
2e39b7de
No preview for this file type
keydeps/lib/components/key.ui.jar
View file @
2e39b7de
No preview for this file type
keydeps/lib/components/key.util.jar
View file @
2e39b7de
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment