mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-01 05:09:07 +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*') }}
|
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}
|
||||||
restore-keys: ${{ runner.os }}-gradle
|
restore-keys: ${{ runner.os }}-gradle
|
||||||
|
|
||||||
- name: Build spine-libgdx first
|
- name: Build spine-libgdx and test fat jar
|
||||||
working-directory: spine-libgdx
|
working-directory: spine-libgdx
|
||||||
run: ./gradlew build
|
run: ./gradlew build :spine-libgdx-tests:fatJar
|
||||||
|
|
||||||
- name: Run C++ vs Java compatibility test
|
- name: Run C++ vs Java compatibility test
|
||||||
working-directory: tests
|
working-directory: tests
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user