Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SableCC STUPS
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
general
stups
SableCC STUPS
Commits
bfe35beb
Commit
bfe35beb
authored
5 years ago
by
dgelessus
Browse files
Options
Downloads
Patches
Plain Diff
Replace Travis with GitLab CI
parent
89b8e745
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#39506
failed
5 years ago
Stage: test
Stage: deploy
Changes
5
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
.gitlab-ci.yml
+36
-0
36 additions, 0 deletions
.gitlab-ci.yml
.travis.yml
+0
-12
0 additions, 12 deletions
.travis.yml
gradle.properties.enc
+6
-1
6 additions, 1 deletion
gradle.properties.enc
pubring.gpg.enc
+0
-0
0 additions, 0 deletions
pubring.gpg.enc
secring.gpg.enc
+0
-0
0 additions, 0 deletions
secring.gpg.enc
with
42 additions
and
13 deletions
.gitlab-ci.yml
0 → 100644
+
36
−
0
View file @
bfe35beb
image
:
openjdk:8-jdk-slim
stages
:
-
test
-
deploy
variables
:
GRADLE_OPTIONS
:
--no-daemon --info --stacktrace --warning-mode=all
cache
:
paths
:
-
.gradle/wrapper
-
.gradle/caches
before_script
:
-
export GRADLE_USER_HOME=`pwd`/.gradle
tests
:
stage
:
test
script
:
./gradlew ${GRADLE_OPTIONS} check
tests:jdk-11
:
extends
:
tests
image
:
openjdk:11-jdk-slim
tests:jdk-14
:
extends
:
tests
image
:
openjdk:14-jdk-slim
publish
:
stage
:
deploy
script
:
-
openssl aes-256-cbc -pass "env:ENCRYPTION_PASSWORD" -d -a -md md5 -in secring.gpg.enc -out secring.gpg
-
openssl aes-256-cbc -pass "env:ENCRYPTION_PASSWORD" -d -a -md md5 -in pubring.gpg.enc -out pubring.gpg
-
openssl aes-256-cbc -pass "env:ENCRYPTION_PASSWORD" -d -a -md md5 -in gradle.properties.enc -out gradle.properties
-
./gradlew ${GRADLE_OPTIONS} uploadArchives
This diff is collapsed.
Click to expand it.
.travis.yml
deleted
100644 → 0
+
0
−
12
View file @
89b8e745
language
:
java
before_install
:
-
openssl aes-256-cbc -pass pass:$ENCRYPTION_PASSWORD -in secring.gpg.enc -out secring.gpg -d
-
openssl aes-256-cbc -pass pass:$ENCRYPTION_PASSWORD -in pubring.gpg.enc -out pubring.gpg -d
-
openssl aes-256-cbc -pass pass:$ENCRYPTION_PASSWORD -in gradle.properties.enc -out gradle.properties -d
script
:
./gradlew uploadArchives
env
:
global
:
secure
:
kFKnWpX4wkRGZ6gdP5Y7Nl/Gd5EZYYuJfv8qU2wfullMfLxeB/N1ANhUVqS+pP9oTbA52SHy7gzHTKxk4aeYBgPoiVx4RwRFV1wPYzv9SENNGsHrDdtSNRGM0OBpDkem6rX+OZ5FJ2GRCtX5ba3frclo11HUiAsYvAtoX8sk6lU=
This diff is collapsed.
Click to expand it.
gradle.properties.enc
+
6
−
1
View file @
bfe35beb
Salted__LnX$o HJ1zVI2(,IA};p^E{q m1Vb7P4Moj^(]lpߝ[|USղD02BOz;+1e#/3`wWO-6TR+InxB/lG>SNj&G!iSy+#4Xf}ꏥ1E*+sS
U2FsdGVkX1+772WWsEs8y4Z+vdhQLZyW24cH/04lX8CxgZ4JycDLZWPBAc70ZGyT
\ No newline at end of file
w1lgwUF18NmTGDpjwyDkUQmXdYUHYRGUCLTeNays57gOaxEVQQz0zm0kKAISdnNW
9IgD8BI/lbftz7Y8dqxMUBxfcUTijzJfXz+uEK53jwBoxKYVznzzCCfwEv+1KMR9
oypMpm9HRBMEZyDkPRPJ2DKOFhW6YCdcszCjTNKmeJkOwVjfyltC43WXzcrzYKR/
S2pGjR+7mcBg9zq0yMI+1DgMWwmrAaLP9pKnyDqDgXK1yJIKKE80C4NkJN6XVhHc
qjWQ8xnLXRorA7j0lkWAhw==
This diff is collapsed.
Click to expand it.
pubring.gpg.enc
+
0
−
0
View file @
bfe35beb
No preview for this file type
This diff is collapsed.
Click to expand it.
secring.gpg.enc
+
0
−
0
View file @
bfe35beb
No preview for this file type
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