Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
west-public
West
Commits
3515e35c
Commit
3515e35c
authored
Oct 19, 2020
by
Marco Govoni
Browse files
Updated CI
parent
42016178
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
3515e35c
...
...
@@ -32,7 +32,7 @@ stages:
-
git clone -b $CI_COMMIT_REF_NAME $CI_REPOSITORY_URL West
-
cd West
-
git describe
-
make conf PYT=python3
-
make conf PYT=python3
PYT_LDFLAGS="`python3-config --ldflags --embed`"
-
make all
-
ls ../bin
...
...
@@ -47,7 +47,7 @@ stages:
-
ls bin
-
git clone -b $CI_COMMIT_REF_NAME $CI_REPOSITORY_URL West
-
cd West
-
make conf PYT=python3
-
make conf PYT=python3
PYT_LDFLAGS="`python3-config --ldflags --embed`"
-
make all > /dev/null
-
useradd -m qe
-
cp -r test-suite /home/qe
...
...
Write
Preview
Markdown
is supported
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