Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ProB Rodin Plugin
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
Operate
Environments
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
ProB Rodin Plugin
Commits
2a34250e
Commit
2a34250e
authored
3 years ago
by
dgelessus
Browse files
Options
Downloads
Patches
Plain Diff
Switch from Travis CI to GitLab CI
parent
cf9bcf56
No related branches found
No related tags found
No related merge requests found
Pipeline
#64620
failed
3 years ago
Stage: build
Stage: deploy
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+30
-0
30 additions, 0 deletions
.gitlab-ci.yml
.travis.yml
+0
-31
0 additions, 31 deletions
.travis.yml
with
30 additions
and
31 deletions
.gitlab-ci.yml
0 → 100644
+
30
−
0
View file @
2a34250e
build
:
stage
:
build
image
:
openjdk:8-jdk-slim
before_script
:
-
sudo rm -f /etc/mavenrc
-
wget http://www.us.apache.org/dist/maven/maven-3/3.0.5/binaries/apache-maven-3.0.5-bin.tar.gz
-
tar -zxvf apache-maven-3.0.5-bin.tar.gz
-
export MAVEN_OPTS="-Xmx512m -XX:MaxPermSize=192m"
-
export M2_HOME=$PWD/apache-maven-3.0.5
-
export PATH=$M2_HOME/bin:$PATH
-
mvn --version
script
:
-
./gradlew createPoms
-
./gradlew downloadCli
-
./gradlew collectDependencies
-
mvn -f de.prob.parent/pom.xml install
-
./gradlew collectArtifacts
artifacts
:
paths
:
-
updatesite
deploy
:
stage
:
deploy
only
:
-
develop@general/stups/prob_rodin_plugin
image
:
$CI_REGISTRY/stups/prob/prob-docker/internal/deployment:0.5
variables
:
DEPLOY_REMOTEDIR
:
"
stupshome/stups/rodin/prob1/nightly"
script
:
-
travis-custom-deploy sftp updatesite/
This diff is collapsed.
Click to expand it.
.travis.yml
deleted
100644 → 0
+
0
−
31
View file @
cf9bcf56
language
:
java
sudo
:
true
before_install
:
-
sudo rm -f /etc/mavenrc
-
wget http://www.us.apache.org/dist/maven/maven-3/3.0.5/binaries/apache-maven-3.0.5-bin.tar.gz
-
tar -zxvf apache-maven-3.0.5-bin.tar.gz
-
export MAVEN_OPTS="-Xmx512m -XX:MaxPermSize=192m"
-
export M2_HOME=$PWD/apache-maven-3.0.5
-
export PATH=$M2_HOME/bin:$PATH
-
mvn --version
-
rvm install 2.4.1
-
gem install travis-custom-deploy
script
:
-
./gradlew createPoms
-
./gradlew downloadCli
-
./gradlew collectDependencies
-
mvn -f de.prob.parent/pom.xml install
-
./gradlew collectArtifacts
branches
:
only
:
-
develop
jdk
:
-
openjdk8
after_success
:
-
travis-custom-deploy sftp updatesite/
env
:
global
:
-
secure
:
EBtNmeY6KPX+MMmEwd4+GJWkWJ4mQ4R+yV0O0Uu4/9QoO/6InUEMbeRJt3xYQ9ewjKMNPLY85EknZxBUWvJURyOicmuP1gbHYEfYjIYbbZrAE+82NDtbhe6eUjlAIpms/q7WZ78IEvghUeO6mnsPiJ0hmm0tVlQz5khHsm10wGs=
-
secure
:
JPHuiS+3J/AyEFr0v6MlS3MamX1Ebo7NcoDOBEfhyjfTErDnyvvbeoxPb0Fm+12fL+b6lxDi9pV8R+Z2x65vxXk2n3wcChklpBrno+VVSKBrkswy+YxAMUKkG4ssei2smA846NyeyTipPqhtbTHkV5q5mabxPzoE4x19uOfwRX0=
-
secure
:
M6zqQ6zwRadCAkaLcyADPGFx3BgAKWHS41X0O8RcqKA+kbRG5MshN3HcMy847p2elS4kaCm3X2uo/9SuoXpR/nWIRaM980QcyUJh1gdJBpIA7uOOtpT8XbFZVxnlMvhI0uFzLIlA8sRLzZOcCFzEiHctuO9iZxEyXxbs/SvqV5M=
-
secure
:
UeQaG2wcFEPt9DxHcGIZkrshfvPZ/7AdJcX/3B4juHATNr5arJf227uOdRRRAoyCouFDuPa2HMLsfIWPQOSCwAuCL+jvM8ebQ0snc/lHnG6VvTu9m549bMfQO6Nw4NGYCbSsfn2XMppi6OZ5s5jck8SubELgTSZxtWGiJ/IJTrU=
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