diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml deleted file mode 100644 index 5debaeb..0000000 --- a/.gitea/workflows/test.yml +++ /dev/null @@ -1,43 +0,0 @@ -name: Build Gluon -on: - push: - pull_request: - types: [opened, synchronize, reopened] - -jobs: - build_firmware: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - with: - submodules: recursive - - - name: Install missing PUB Key - run: apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3B4FE6ACC0B21F32 - with: - distro: ubuntu20.04 - - - name: Update APT Repos - run: apt-get -y update - with: - distro: ubuntu20.04 - - - name: Install dependencies - run: apt-get -y install git subversion build-essential python3 gawk unzip libncurses5-dev zlib1g-dev libssl-dev wget time qemu-utils - - - name: Build - run: contrib/actions/run-build.sh mediatek-mt7622 - working-directory: gluon - - - name: Archive build logs - if: ${{ !cancelled() }} - uses: actions/upload-artifact@v3 - with: - name: mediatek-mt7622_logs - path: openwrt/logs - - - name: Archive build output - uses: actions/upload-artifact@v3 - with: - name: mediatek-mt7622_output - path: output