From f1053cd3b5ea84f2ee570a0933426757e722f88e Mon Sep 17 00:00:00 2001 From: CommanderRedYT Date: Thu, 9 Dec 2021 07:22:57 +0100 Subject: [PATCH] Weg damit --- .github/workflows/default.yml | 56 ----------------------------------- 1 file changed, 56 deletions(-) delete mode 100644 .github/workflows/default.yml diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml deleted file mode 100644 index 86789fb..0000000 --- a/.github/workflows/default.yml +++ /dev/null @@ -1,56 +0,0 @@ -on: - push: - pull_request: - branches: - - main - page_build: - release: - types: - - created - -jobs: - build: - runs-on: ubuntu-latest - environment: default - strategy: - fail-fast: false - matrix: - node: [feedc0de, comred, peter, mick] - steps: - - name: Checkout (without submodules) - uses: actions/checkout@v2 - - - name: Checkout and install esp-idf - uses: 0xFEEDC0DE64/checkout_install_esp_idf@main - - - name: Fast Submodule Checkout components/arduino-esp32 - uses: 0xFEEDC0DE64/fast_submodule_checkout@main - with: - submodule: components/arduino-esp32 - - - name: Checkout remaining submodules - run: git submodule update --init --recursive $(git submodule | awk '{ if ($2 != "esp-idf" && $2 != "components/arduino-esp32") print $2 }') - - - name: Setup ccache - uses: 0xFEEDC0DE64/setup_ccache@main - with: - key: ${{ runner.os }}-ccache-${{ matrix.node }} - - - name: Build firmware - run: | - export CCACHE_MAXSIZE=400M CCACHE_BASEDIR="$(pwd)" - . export.sh - ./switchconf.sh ${{ matrix.node }} - idf.py --ccache build - ccache -s - - - name: Upload Build Artifact - uses: actions/upload-artifact@v2.2.4 - with: - name: bobbyquad_${{ matrix.node }} - path: | - build_${{ matrix.node }}/bobbyquad_${{ matrix.node }}.bin - build_${{ matrix.node }}/bobbyquad_${{ matrix.node }}.elf - build_${{ matrix.node }}/bootloader/bootloader.bin - build_${{ matrix.node }}/bootloader/bootloader.elf - build_${{ matrix.node }}/partition_table/partition-table.bin