Skip to content

Commit

Permalink
revert verify
Browse files Browse the repository at this point in the history
  • Loading branch information
hiimjustin000 committed Oct 16, 2024
1 parent 559863d commit 053b7f1
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,13 @@ jobs:
config:
- name: Windows
os: windows-2022
target: Win64
prefixes: ''
extra_flags: >
-A x64
-D USE_HACKY_SCRIPT=ON
- name: Android32
os: ubuntu-latest
target: Android32
prefixes: ''
extra_flags: >
-DCMAKE_TOOLCHAIN_FILE=$ANDROID_NDK_LATEST_HOME/build/cmake/android.toolchain.cmake
Expand All @@ -73,7 +71,6 @@ jobs:
- name: Android64
os: ubuntu-latest
target: Android64
prefixes: ''
extra_flags: >
-DCMAKE_TOOLCHAIN_FILE=$ANDROID_NDK_LATEST_HOME/build/cmake/android.toolchain.cmake
Expand All @@ -85,7 +82,6 @@ jobs:
- name: macOS (x64)
os_identifier: mac
os: macos-latest
target: MacOS
extra_flags: >
-DCMAKE_C_COMPILER=clang
-DCMAKE_CXX_COMPILER=clang++
Expand All @@ -96,7 +92,6 @@ jobs:
- name: macOS (ARM)
os_identifier: mac-arm
os: macos-latest
target: MacOS
extra_flags: >
-DCMAKE_C_COMPILER=clang
-DCMAKE_CXX_COMPILER=clang++
Expand Down Expand Up @@ -168,23 +163,3 @@ jobs:
- name: Show Errors
run: python test/members/check.py build

- name: Unset GEODE_SDK
shell: bash
run: echo "GEODE_SDK=" >> $GITHUB_ENV

- name: Checkout Texture Loader
if: ${{ matrix.config.target != '' }}
uses: actions/checkout@v4
with:
repository: geode-sdk/NodeIDs
path: NodeIDs

- name: Build Texture Loader
if: ${{ matrix.config.target != '' }}
uses: hiimjustin000/build-geode-mod@patch-1
with:
path: NodeIDs
bindings: ${{ github.repository }}
bindings-ref: ${{ github.ref }}
target: ${{ matrix.config.target }}

0 comments on commit 053b7f1

Please sign in to comment.