From 27e89bc54a2880398971be3f7f5be9eeba6905db Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Mon, 31 Mar 2025 17:00:01 +0200 Subject: [PATCH] chore(ci): remove travis --- .travis.yml | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 40ac436..0000000 --- a/.travis.yml +++ /dev/null @@ -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 \ No newline at end of file