diff options
| -rw-r--r-- | .github/workflows/debian_mips64.yml | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/.github/workflows/debian_mips64.yml b/.github/workflows/debian_mips64.yml deleted file mode 100644 index 1d092e167..000000000 --- a/.github/workflows/debian_mips64.yml +++ /dev/null @@ -1,35 +0,0 @@ -name: Debian (Mips64) - -on: - pull_request: - push: - release: - types: [published] - -jobs: - build: - runs-on: ubuntu-latest - - concurrency: - group: ${{ github.ref }}-${{ github.base_ref }}-${{ github.head_ref }}-DebianMips64 - cancel-in-progress: true - steps: - - uses: actions/checkout@v2 - with: - submodules: true - - - run: | - docker run --rm --privileged multiarch/qemu-user-static:register --reset - - - uses: docker://multiarch/debian-debootstrap:mips64el-stretch - with: - args: > - bash -c - "uname -a && - apt update && - cd /github/workspace && - ./scripts/get.sh __local__ && - source ~/.xmake/profile && - export XMAKE_ROOT=y && - export XMAKE_TMPDIR=/tmp && - xmake lua -v -D tests/run.lua && xrepo --version" |
