Compare commits

...

2 Commits

Author SHA1 Message Date
27e89bc54a
chore(ci): remove travis 2025-03-31 17:00:01 +02:00
37c783df37
chore(renovate): use configuration preset 2025-03-31 16:59:38 +02:00
2 changed files with 10 additions and 35 deletions

View File

@ -1,35 +0,0 @@
services:
- docker
stages:
- build
# - test
- deploy
jobs:
include:
- name: build-linux-amd64
stage: build
script: make container-run/bin/linux/amd64/dhdu
- name: build-linux-arm5
stage: build
script: make container-run/bin/linux/arm/5/dhdu
- name: build-linux-arm7
stage: build
script: make container-run/bin/linux/arm/7/dhdu
# - name: test-linux-amd64
# stage: test
# script: make container-run/test/unit
# after_script: bash <(curl -s https://codecov.io/bash)
- name: deploy-container-amd64
stage: deploy
script: make container-image/push/amd64
notifications:
email:
on_success: change
on_failure: change

10
renovate.json Normal file
View File

@ -0,0 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>volker.raschek/renovate-config:default#master",
"local>volker.raschek/renovate-config:container#master",
"local>volker.raschek/renovate-config:actions#master",
"local>volker.raschek/renovate-config:golang#master",
"local>volker.raschek/renovate-config:regexp#master"
]
}