diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 15bbb0e..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,34 +0,0 @@ -# stages: -# - build -# - test - -# variables: -# PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip" -# PLATFORMIO_CACHE_DIR: "$CI_PROJECT_DIR/.cache/platformio" -# ARDUINO_ENV: "megaADK" - -# cache: -# paths: -# - .cache/pip -# - .cache/platformio -# key: "$CI_COMMIT_REF_SLUG" - -# pio_build: -# image: python:latest -# stage: build - -# before_script: -# - pip install -U platformio - -# script: -# - "pio run -e $ARDUINO_ENV" - -# pio_test: -# image: python:latest -# stage: test - -# before_script: -# - pip install -U platformio - -# script: -# - pio test -e $ARDUINO_ENV --without-uploading \ No newline at end of file