Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tlc4b
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
general
stups
tlc4b
Commits
133b9604
Commit
133b9604
authored
3 years ago
by
dgelessus
Browse files
Options
Downloads
Patches
Plain Diff
Migrate from Travis CI to GitLab CI
parent
898bb02b
No related branches found
No related tags found
No related merge requests found
Pipeline
#80103
failed
3 years ago
Stage: test
Stage: deploy
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+39
-0
39 additions, 0 deletions
.gitlab-ci.yml
.travis.yml
+0
-13
0 additions, 13 deletions
.travis.yml
with
39 additions
and
13 deletions
.gitlab-ci.yml
0 → 100644
+
39
−
0
View file @
133b9604
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-17
:
extends
:
tests
image
:
openjdk:17-jdk-slim
publish
:
stage
:
deploy
script
:
-
openssl aes-256-cbc -pass "env:ENCRYPTION_PASSWORD" -d -in secring.gpg.enc -out secring.gpg
-
openssl aes-256-cbc -pass "env:ENCRYPTION_PASSWORD" -d -in pubring.gpg.enc -out pubring.gpg
-
openssl aes-256-cbc -pass "env:ENCRYPTION_PASSWORD" -d -in gradle.properties.enc -out gradle.properties
-
./gradlew ${GRADLE_OPTIONS} uploadArchives
only
:
-
master@general/stups/tlc4b
-
develop@general/stups/tlc4b
This diff is collapsed.
Click to expand it.
.travis.yml
deleted
100644 → 0
+
0
−
13
View file @
898bb02b
language
:
java
script
:
TERM=dumb ./gradlew --no-daemon --console verbose --stacktrace build
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
after_success
:
"
[
$TRAVIS_BRANCH
=
'master'
]
&&
./gradlew
--no-daemon
uploadArchives"
env
:
global
:
-
secure
:
EnIo0zaQsHATGH8S5L1W0EHtqgV2kx6bfSgxyhz7XU+xw5y2JLDn+Y3ZaX7EcMK25RkgM8nld5Se72QmpienkP7tQlb5KHdwC10KgwbHDq+IP9q+ZMD2V1MsMRdTilW/eTZ0SUohlV5g4t3KqIe8l3Hs1dzNL0YmCMtXwYHdfwk=
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