mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 15:24:55 +08:00
Fix C++ compatibility workflow: build fat jar with libgdx dependencies
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
0639937993
commit
f9b80e0db4
@ -35,9 +35,9 @@ jobs:
|
||||
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}
|
||||
restore-keys: ${{ runner.os }}-gradle
|
||||
|
||||
- name: Build spine-libgdx first
|
||||
- name: Build spine-libgdx and test fat jar
|
||||
working-directory: spine-libgdx
|
||||
run: ./gradlew build
|
||||
run: ./gradlew build :spine-libgdx-tests:fatJar
|
||||
|
||||
- name: Run C++ vs Java compatibility test
|
||||
working-directory: tests
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user