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
8b7464ad
Commit
8b7464ad
authored
Dec 08, 2020
by
Thanassis Tsiodras
Browse files
Trigger CI for ZynQ regression check.
parent
6668fc2a
Pipeline
#2838
failed with stage
in 3 minutes and 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
gitlabci-test.sh
0 → 100755
View file @
8b7464ad
#!/bin/bash
/etc/init.d/postgresql start
source
~/.bashrc
set
-e
export
GIT_SSL_NO_VERIFY
=
true
export
TASTE_IN_DOCKER
=
1
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
#echo y | ./add-ons/install-adac-hybrid-msp430.sh || exit 1
#echo y | ./add-ons/install-freertos.sh || exit 1
#source ~/.bashrc.taste
cd
kazoo
export
PATH
=
$HOME
/tool-inst/bin:
$HOME
/.local/bin:
$HOME
/tool-inst/share/asn1scc:
$PATH
export
PATH
=
$HOME
/tool-inst/share/kazoo:
$PATH
export
PATH
=
/opt/rtems-5.1-2019.07.25/bin:
$PATH
export
OCARINA_PATH
=
$HOME
/tool-inst
export
LD_LIBRARY_PATH
=
$HOME
/tool-inst/lib:
$LD_LIBRARY_PATH
make
test
||
exit
1
cd
..
cd
dmt
git log |
head
./configure
pip3
install
--upgrade
.
pip3 uninstall
--yes
typing
PATH
=
$PATH
:/asn1scc/
LANG
=
C
LC_ALL
=
C make
cd
..
cd
opengeode
make test-ada
||
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