Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
sarah.grebing
ProofScriptParser
Commits
a0f432d5
Commit
a0f432d5
authored
Nov 05, 2018
by
Lulu Luong
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
3da3d717
1738f5ca
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
30 deletions
+2
-30
.gitlab-ci.yml
.gitlab-ci.yml
+2
-30
keydeps/lib/components/key.core.jar
keydeps/lib/components/key.core.jar
+0
-0
keydeps/lib/components/key.ui.jar
keydeps/lib/components/key.ui.jar
+0
-0
keydeps/lib/components/key.util.jar
keydeps/lib/components/key.util.jar
+0
-0
No files found.
.gitlab-ci.yml
View file @
a0f432d5
# 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 @
a0f432d5
No preview for this file type
keydeps/lib/components/key.ui.jar
View file @
a0f432d5
No preview for this file type
keydeps/lib/components/key.util.jar
View file @
a0f432d5
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