Remove Xray related parts for fork

This commit is contained in:
世界
2021-06-13 02:44:15 +08:00
parent f13c82417f
commit 7f76ec2ec6
54 changed files with 230 additions and 1108 deletions

View File

@@ -63,29 +63,6 @@ jobs:
- name: Native Build
if: steps.cache.outputs.cache-hit != 'true'
run: ./run lib v2ray
xtls:
name: Native Build (XTLS)
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Fetch Status
run: git submodule status 'plugin/xtls/*' > xtls_status
- name: XTLS Cache
id: cache
uses: actions/cache@v2
with:
path: |
plugin/xtls/src/main/jniLibs
key: ${{ hashFiles('bin/lib/xtls/*', 'xtls_status') }}
- name: Install Golang
uses: actions/setup-go@v2
if: steps.cache.outputs.cache-hit != 'true'
with:
go-version: 1.16
- name: Native Build
if: steps.cache.outputs.cache-hit != 'true'
run: ./run plugin xtls
trojan-go:
name: Native Build (Trojan-Go)
runs-on: ubuntu-latest