Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Cura
CAD
CuraFreeCADPlugin
Commits
dd5b69fa
Commit
dd5b69fa
authored
Mar 28, 2019
by
Thomas Karl Pietrowski
Browse files
CI: Updating build instructions
Signed-off-by: Thomas Karl Pietrowski <thopiekar@gmail.com> (github: thopiekar)
parent
6ab56ce5
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
dd5b69fa
stages
:
-
build
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
all
:
stage
:
build
tags
:
-
os:ubuntu,
-
package:python3
-
type:shell
before_script
:
-
git submodule sync --recursive
-
git submodule update --init --recursive
script
:
-
curl https://thopiekar.eu:5443/cura-plugins/CuraPluginOven/raw/deployment/cpo.py?inline=false --output cpo.py
-
python3 ./cpo.py --create=package6 --source=./
-
python3 ./cpo.py --create=plugin4 --source=./
-
python3 ./cpo.py --create=source --source=./
-
python3 ./cpo.py --create=plugin5 --source=./
only
:
-
triggers
-
branches
...
...
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