Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
monticore
EmbeddedMontiArc
generators
EMAM2Cpp
Commits
e2dc8609
Commit
e2dc8609
authored
Aug 25, 2020
by
Evgeny Kusmenko
Browse files
added github job
parent
d7f77758
Pipeline
#323739
passed with stage
in 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e2dc8609
...
...
@@ -2,6 +2,27 @@ stages:
-
linux
#- windows
githubjob
:
image
:
maven:3-jdk-8
stage
:
linux
before_script
:
-
'
which
ssh-agent
||
(
apt-get
update
-y
&&
apt-get
install
openssh-client
-y
)'
-
eval $(ssh-agent -s)
-
ssh-add <(echo "$GITHUB_SSH_PRIV_KEY")
-
echo "$GITHUB_SSH_PRIV_KEY" | tr -d '\r' | ssh-add -
-
git config --global user.email "kusmenko@se-rwth.de"
-
git config --global user.name "EMA CI Robot"
-
mkdir -p ~/.ssh
# - cat gitlab-known-hosts >> ~/.ssh/known_hosts
-
echo -e "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
script
:
-
git clone git@github.com:MontiCore/EmbeddedMontiArc.git
-
cd EmbeddedMontiArc
-
git subtree pull --prefix $PRJ_NAME https://git.rwth-aachen.de/monticore/EmbeddedMontiArc/${PRJ_NAME}.git master --squash
-
git push --force
only
:
-
master
masterJobLinux
:
stage
:
linux
image
:
maven:3-jdk-8
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment