Compare commits

...

4 Commits

Author SHA1 Message Date
Dorian Zedler 5c3a33b162 „.drone.yml“ ändern
ci/woodpecker/push/drone Pipeline was successful Details
2022-06-25 14:24:51 +00:00
Dorian Zedler e92056c70a „.drone.yml“ ändern
ci/woodpecker/push/drone Pipeline failed Details
2022-06-25 14:22:12 +00:00
Dorian Zedler 28b8229b50 Delete '.gitlab-ci.yml.orig'
continuous-integration/drone/push Build is passing Details
2021-12-22 11:43:41 +00:00
Dorian Zedler 8dc8e6f1a2 Delete '.gitlab-ci.yml'
continuous-integration/drone/push Build is passing Details
2021-12-22 11:43:35 +00:00
3 changed files with 17 additions and 45 deletions

View File

@ -1,23 +1,18 @@
---
kind: pipeline
type: docker
name: default
pipeline:
build:
image: python:3.6
commands:
- "pip install -U platformio"
#- "cp ampel-firmware/config.public.h ampel-firmware/config.h"
- "platformio run --environment esp8266"
- cp .pio/build/esp8266/firmware.bin esp8266.bin
steps:
- name: build
image: python:3.6
commands:
- "pip install -U platformio"
#- "cp ampel-firmware/config.public.h ampel-firmware/config.h"
- "platformio run --environment esp8266"
- cp .pio/build/esp8266/firmware.bin esp8266.bin
- name: release
image: plugins/gitea-release
settings:
base_url: https://gitea.makerlab-murnau.de
api_key:
from_secret: gitea_token
files: ./*.bin
when:
event: tag
release:
image: plugins/gitea-release
settings:
base_url: https://git.makerlab-murnau.de
api_key:
from_secret: gitea_token
files: ./*.bin
when:
event: tag

View File

@ -1,10 +0,0 @@
image: python:3.6
stages:
- build
job:
stage: build
script: "platformio run"
- "pip install -U platformio"
- "cp ampel-firmware/config.public.h ampel-firmware/config.h"

View File

@ -1,13 +0,0 @@
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"