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
Adrien Oliva
witty
Commits
99b71225
Commit
99b71225
authored
Nov 15, 2017
by
Adrien Oliva
Browse files
Add .gitlab-ci.yml
parent
2bd06e81
Pipeline
#789
failed
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
99b71225
before_script
:
-
platformio init
-
platformio update
-
platformio upgrade
after_script
:
-
git clean -fxd
-
git checkout .
espbuildfirmware
:
stage
:
build
script
:
-
platformio run
archivefirmware
:
stage
:
deploy
artifacts
:
paths
:
-
.pioenvs/nodemcuv2/firmware.elf
expire_in
:
1 week
dependencies
:
-
espbuildfirmware
# NOT YET!!!
#test1:
# stage: test
# script:
# - echo "Do a test here"
# - echo "For example run a test suite"
#
#test2:
# stage: test
# script:
# - echo "Do another parallel test here"
# - echo "For example run a lint test"
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