Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdawson committed Aug 9, 2024
1 parent 2248b21 commit f5a4ab3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
20 changes: 17 additions & 3 deletions .github/workflows/gdext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,21 @@ env:
vcpkg_tag: 1de2026f28ead93ff1773e6e680387643e914ea1 # 2024.07.12

jobs:
dump_interface:
name: Dump GDExtension API (double)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
repository: godotengine/godot
ref: 4.2.2-stable

- run: |
pwd
ls -al
build:
needs: [dump_interface]
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -212,7 +226,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-14, windows-latest]
gdver: ["4.2.2", "4.3.0-rc.2"]
gdver: ["4.2.2", "4.3.0-rc.3"]
include:
- os: ubuntu-latest
name: 🐧GdsGameProject
Expand Down Expand Up @@ -293,7 +307,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-14, windows-latest]
gdver: ["4.2.2", "4.3.0-rc.2"]
gdver: ["4.2.2", "4.3.0-rc.3"]
include:
- os: ubuntu-latest
name: 🐧🧪GDScript
Expand Down Expand Up @@ -341,7 +355,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-14, windows-latest]
gdver: ["4.2.2", "4.3.0-rc.2"]
gdver: ["4.2.2", "4.3.0-rc.3"]
include:
- os: ubuntu-latest
name: 🐧🧪C#
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/godot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-14, windows-latest]
gdver: ["4.2.2", "4.3.0-rc.2"]
gdver: ["4.2.2", "4.3.0-rc.3"]
include:
- os: ubuntu-latest
name: 🐧🧪C# Only
Expand Down

0 comments on commit f5a4ab3

Please sign in to comment.