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
westpy
Commits
81335101
Commit
81335101
authored
Jul 12, 2018
by
Marco Govoni
Browse files
Add .gitlab-ci.yml
parent
f1bfdfcc
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
81335101
variables
:
GIT_STRATEGY
:
none
stages
:
-
build
west_build
:
tags
:
[
rcc
,
docker
,
node-01
]
stage
:
build
image
:
ubuntu:latest
before_script
:
-
apt-get update > /dev/null
-
apt-get install -qq git > /dev/null
-
apt-get install -qq build-essential wget python python-sphinx > /dev/null
script
:
-
git clone -b $CI_COMMIT_REF_NAME $CI_REPOSITORY_URL westpy
-
cd westpy
-
git describe
-
make
-
cd doc
-
make doc
\ No newline at end of file
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