From 2d41405e290709150cf5b7bdd01b8e76bc9627eb Mon Sep 17 00:00:00 2001 From: withmorten Date: Thu, 19 Aug 2021 17:31:27 +0200 Subject: disable switch workflow for now --- .github/workflows/build-switch.yml | 29 ----------------------------- .github/workflows/build-switch.yml.bak | 29 +++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 29 deletions(-) delete mode 100644 .github/workflows/build-switch.yml create mode 100644 .github/workflows/build-switch.yml.bak (limited to '.github/workflows') diff --git a/.github/workflows/build-switch.yml b/.github/workflows/build-switch.yml deleted file mode 100644 index c47c634c..00000000 --- a/.github/workflows/build-switch.yml +++ /dev/null @@ -1,29 +0,0 @@ - -name: reLCS cmake devkitA64 (Nintendo Switch) -on: - pull_request: - push: - release: - types: published -jobs: - build-nintendo-switch: - runs-on: ubuntu-latest - container: devkitpro/devkita64:latest - steps: - - uses: actions/checkout@v2 - with: - submodules: 'true' - - name: "Build files" - run: | - /opt/devkitpro/portlibs/switch/bin/aarch64-none-elf-cmake -S. -Bbuild -DREVC_AUDIO=OAL -DLIBRW_PLATFORM=GL3 -DLIBRW_GL3_GFXLIB=GLFW -DREVC_WITH_OPUS=False -DREVC_VENDORED_LIBRW=True -DREVC_INSTALL=True - cmake --build build --parallel - - name: "Create binary package (cpack)" - working-directory: ./build - run: | - cpack - - name: "Archive binary package (github artifacts)" - uses: actions/upload-artifact@v2 - with: - name: "switch-gl3" - path: build/*.tar.xz - if-no-files-found: error diff --git a/.github/workflows/build-switch.yml.bak b/.github/workflows/build-switch.yml.bak new file mode 100644 index 00000000..c47c634c --- /dev/null +++ b/.github/workflows/build-switch.yml.bak @@ -0,0 +1,29 @@ + +name: reLCS cmake devkitA64 (Nintendo Switch) +on: + pull_request: + push: + release: + types: published +jobs: + build-nintendo-switch: + runs-on: ubuntu-latest + container: devkitpro/devkita64:latest + steps: + - uses: actions/checkout@v2 + with: + submodules: 'true' + - name: "Build files" + run: | + /opt/devkitpro/portlibs/switch/bin/aarch64-none-elf-cmake -S. -Bbuild -DREVC_AUDIO=OAL -DLIBRW_PLATFORM=GL3 -DLIBRW_GL3_GFXLIB=GLFW -DREVC_WITH_OPUS=False -DREVC_VENDORED_LIBRW=True -DREVC_INSTALL=True + cmake --build build --parallel + - name: "Create binary package (cpack)" + working-directory: ./build + run: | + cpack + - name: "Archive binary package (github artifacts)" + uses: actions/upload-artifact@v2 + with: + name: "switch-gl3" + path: build/*.tar.xz + if-no-files-found: error -- cgit v1.2.3