From 5ee8e3f00c20a5557ea3db78a4534f4a6dc0403d Mon Sep 17 00:00:00 2001 From: Ilia Shipitsin Date: Wed, 17 Apr 2024 09:10:07 +0200 Subject: [PATCH 1/2] CI: cleanup azure pipeline helpers --- .ci/azure-pipelines/linux_build.sh | 15 --------------- .ci/azure-pipelines/macos_build.sh | 13 ------------- 2 files changed, 28 deletions(-) delete mode 100755 .ci/azure-pipelines/linux_build.sh delete mode 100755 .ci/azure-pipelines/macos_build.sh diff --git a/.ci/azure-pipelines/linux_build.sh b/.ci/azure-pipelines/linux_build.sh deleted file mode 100755 index 875374910..000000000 --- a/.ci/azure-pipelines/linux_build.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/bash - -if [[ "${#SE_BUILD_NUMBER_TOKEN}" -eq 64 ]]; then - VERSION=$(python3 "version.py") - BUILD_NUMBER=$(curl "https://softether.network/get-build-number?commit=${BUILD_SOURCEVERSION}&version=${VERSION}&token=${SE_BUILD_NUMBER_TOKEN}") -else - BUILD_NUMBER=0 -fi - -cd ${BUILD_BINARIESDIRECTORY} - -cmake -G "Ninja" -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_NUMBER=${BUILD_NUMBER} ${BUILD_SOURCESDIRECTORY} -cmake --build . - -cpack -C Release -G DEB diff --git a/.ci/azure-pipelines/macos_build.sh b/.ci/azure-pipelines/macos_build.sh deleted file mode 100755 index a7418e745..000000000 --- a/.ci/azure-pipelines/macos_build.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash - -if [[ "${#SE_BUILD_NUMBER_TOKEN}" -eq 64 ]]; then - VERSION=$(python3 "version.py") - BUILD_NUMBER=$(curl "https://softether.network/get-build-number?commit=${BUILD_SOURCEVERSION}&version=${VERSION}&token=${SE_BUILD_NUMBER_TOKEN}") -else - BUILD_NUMBER=0 -fi - -cd ${BUILD_BINARIESDIRECTORY} - -cmake -G "Ninja" -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_NUMBER=${BUILD_NUMBER} -DOPENSSL_ROOT_DIR="/usr/local/opt/openssl" ${BUILD_SOURCESDIRECTORY} -cmake --build . From 831905d281a7539df863044b8ef12ddfdc2ac935 Mon Sep 17 00:00:00 2001 From: Ilia Shipitsin Date: Wed, 17 Apr 2024 09:18:00 +0200 Subject: [PATCH 2/2] doc: remove badges of deprecated CI --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index bf2ae5d60..5cab02e2d 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,8 @@ ||Badges| |---|---| -|AppVeyor|[![AppVeyor build status](https://ci.appveyor.com/api/projects/status/github/softethervpn/softethervpn?branch=master&svg=true)](https://ci.appveyor.com/project/softethervpn/softethervpn) | |GitLab CI|[![GitLab CI build status](https://gitlab.com/SoftEther/SoftEtherVPN/badges/master/pipeline.svg)](https://gitlab.com/SoftEther/SoftEtherVPN/pipelines)| |Coverity Scan|[![Coverity Scan build status](https://scan.coverity.com/projects/16304/badge.svg)](https://scan.coverity.com/projects/softethervpn-softethervpn)| -|Azure Pipelines|[![Azure Pipelines build status for Nightly](https://dev.azure.com/SoftEther-VPN/SoftEther%20VPN/_apis/build/status/6?api-version=6.0-preview.1)](https://dev.azure.com/SoftEther-VPN/SoftEther%20VPN/_build?definitionId=6)| |Cirrus CI|[![Cirrus CI build status](https://api.cirrus-ci.com/github/SoftEtherVPN/SoftEtherVPN.svg)](https://cirrus-ci.com/github/SoftEtherVPN/SoftEtherVPN)| - [SoftEther VPN](#softether-vpn)