Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
taste-setup
Commits
53853f9e
Commit
53853f9e
authored
Apr 15, 2021
by
Maxime Perrotin
Browse files
Update scripts for CI
parent
b92aab3b
Pipeline
#3648
failed with stage
in 8 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
53853f9e
...
...
@@ -2,7 +2,7 @@
image
:
taste-buster:latest
variables
:
GIT_SUBMODULE_STRATEGY
:
normal
GIT_SUBMODULE_STRATEGY
:
recursive
stages
:
-
build
...
...
Update-TASTE.sh
View file @
53853f9e
...
...
@@ -32,8 +32,9 @@ if [ -z "$GITLAB_CI" ] ; then
done
fi
else
git submodule init
||
exit
1
git submodule update
||
exit
1
echo
'Updating TASTE in the CI container'
#git submodule init || exit 1
#git submodule update || exit 1
fi
DIR
=
"
$(
cd
"
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
"
&&
pwd
)
"
export
DISABLE_TASTE_BANNER
=
1
...
...
gitlabci-test.sh
View file @
53853f9e
...
...
@@ -4,8 +4,8 @@ source ~/.bashrc
set
-e
export
GIT_SSL_NO_VERIFY
=
true
export
TASTE_IN_DOCKER
=
1
git fetch
git checkout
-f
"
${
CI_COMMIT_BRANCH
}
"
#
git fetch
#
git checkout -f "${CI_COMMIT_BRANCH}"
./Update-TASTE.sh
#echo y | ./add-ons/install-msp430-gcc.sh || exit 1
#./add-ons/install-gnat2020-for-arm.sh || exit 1
...
...
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