Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
co2ampel
ampel-firmware
Commits
8bf560d4
Commit
8bf560d4
authored
Apr 01, 2021
by
Käppler
Committed by
Käppler
Apr 01, 2021
Browse files
GitLab: Add basic CI (build stage)
parent
8dd70ec1
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
8bf560d4
image
:
python:3.6
stages
:
-
build
before_script
:
-
"
pip
install
-U
platformio"
-
"
cp
ampel-firmware/config.public.h
ampel-firmware/config.h"
job
:
stage
:
build
script
:
"
platformio
run"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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