Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
monticore
EmbeddedMontiArc
simulators
basic-simulator
Commits
ef47211f
Commit
ef47211f
authored
Oct 09, 2019
by
Jean Meurice
Browse files
CI update
parent
b1c310aa
Pipeline
#192190
failed with stage
in 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ef47211f
...
...
@@ -13,6 +13,15 @@ build_linux:
stage
:
build
image
:
maven:3-amazoncorretto-8
before_script
:
script
:
-
apt update
-
apt --assume-yes install libxext6
-
apt --assume-yes install libxrender1
-
apt --assume-yes install libxtst6
script
:
-
"
JAWT_LIB=$(find
/
-name
libjawt.so
-print
-quit)"
-
"
echo
JAWT_LIB:
$JAWT_LIB"
-
"
JAWT_FOLDER=$(dirname
${JAWT_LIB})"
-
"
echo
JAWT_FOLDER:
$JAWT_FOLDER"
-
"
export
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${JAWT_FOLDER}"
-
mvn clean install -s settings.xml
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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