diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index cc24db0..0000000 --- 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 f75fdce..1ae4302 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # HevFsh -[![status](https://gitlab.com/hev/hev-fsh/badges/master/pipeline.svg)](https://gitlab.com/hev/hev-fsh/commits/master) - Fsh is to help you access local Shell and TCP services behind NAT or firewall. **Features**