Compare commits
No commits in common. "27e89bc54a2880398971be3f7f5be9eeba6905db" and "7a285f13a953aa184e302dffb0782be51da7cde9" have entirely different histories.
27e89bc54a
...
7a285f13a9
35
.travis.yml
Normal file
35
.travis.yml
Normal file
@ -0,0 +1,35 @@
|
||||
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
|
@ -1,10 +0,0 @@
|
||||
{
|
||||
"$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"
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user