From d6955dc2cc87fa27654e8e99e5d15555523f682f Mon Sep 17 00:00:00 2001 From: Andreas Runfalk Date: Sat, 23 Mar 2019 13:50:48 +0100 Subject: [PATCH] Remove Cirrus CI since it's not working anyway --- .cirrus.yml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .cirrus.yml diff --git a/.cirrus.yml b/.cirrus.yml deleted file mode 100644 index c26a423..0000000 --- a/.cirrus.yml +++ /dev/null @@ -1,12 +0,0 @@ -build_task: - container: - image: ubuntu:18.04 - env: - IS_IN_CONTAINER: 1 - PACKAGE_ARCH: armada38x - DSM_VER: 6.2 - apt_update_script: apt-get update - install_prequisites_script: apt-get -qy install git python3 wget ca-certificates - create_source_dir_script: mkdir -p /source/WireGuard - populate_source_dir_script: cp -r . /source/WireGuard/ - build_script: /source/WireGuard/build.sh