mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-09 00:30:12 +08:00
Fix C++ compatibility workflow: build spine-libgdx first
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
2f7111b0c5
commit
0639937993
@ -35,6 +35,10 @@ jobs:
|
||||
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}
|
||||
restore-keys: ${{ runner.os }}-gradle
|
||||
|
||||
- name: Build spine-libgdx first
|
||||
working-directory: spine-libgdx
|
||||
run: ./gradlew build
|
||||
|
||||
- name: Run C++ vs Java compatibility test
|
||||
working-directory: tests
|
||||
run: ./test.sh cpp -s spineboy -f
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user