basic irc plugin

This commit is contained in:
2018-11-23 14:38:39 +01:00
commit 90f7af7bdc
15 changed files with 571 additions and 0 deletions

14
.gitlab-ci.yml Normal file
View File

@@ -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 -e basic