From ba7e62244924da00430ddd58843e5ff723f19a37 Mon Sep 17 00:00:00 2001 From: hev Date: Sun, 12 May 2024 12:54:00 +0800 Subject: [PATCH] CI: Remove gitlab. --- .gitlab-ci.yml | 31 ------------------------------- README.md | 2 -- 2 files changed, 33 deletions(-) delete mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index cc24db044..000000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,31 +0,0 @@ -image: ubuntu:latest - -build-armhf: - variables: - DEBIAN_FRONTEND: noninteractive - GIT_SUBMODULE_STRATEGY: recursive - before_script: - - apt-get update - - apt-get install -y crossbuild-essential-armhf - script: - - make CROSS_PREFIX=arm-linux-gnueabihf- - -build-aarch64: - variables: - DEBIAN_FRONTEND: noninteractive - GIT_SUBMODULE_STRATEGY: recursive - before_script: - - apt-get update - - apt-get install -y crossbuild-essential-arm64 - script: - - make CROSS_PREFIX=aarch64-linux-gnu- - -build-x86_64: - variables: - DEBIAN_FRONTEND: noninteractive - GIT_SUBMODULE_STRATEGY: recursive - before_script: - - apt-get update - - apt-get install -y build-essential - script: - - make diff --git a/README.md b/README.md index 673476a5f..bf3610f3b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # HevSocks5Server -[![status](https://gitlab.com/hev/hev-socks5-server/badges/master/pipeline.svg)](https://gitlab.com/hev/hev-socks5-server/commits/master) - HevSocks5Server is a simple, lightweight socks5 server for Unix. ## Features