diff --git a/.gitlab-ci.yml.orig b/.gitlab-ci.yml.orig new file mode 100644 index 0000000..e0381ff --- /dev/null +++ b/.gitlab-ci.yml.orig @@ -0,0 +1,13 @@ +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" +