diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..4f36709 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,14 @@ +image: python:2.7-stretch + +stages: + - build + +before_script: + - "pip install -U platformio" + +examples: + stage: build + image: python:2.7-stretch + script: + - pio run -t clean + - pio run \ No newline at end of file