Add spine-libgdx build step for fat jar dependency

Fat jar task requires main spine-libgdx jar to exist first.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Mario Zechner 2025-07-21 03:32:35 +02:00
parent b25ae0e80d
commit 7af05f23a5

View File

@ -35,6 +35,10 @@ jobs:
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}
restore-keys: ${{ runner.os }}-gradle
- name: Build spine-libgdx dependency
working-directory: spine-libgdx
run: ./gradlew build
- name: Run C++ vs Java compatibility test
working-directory: tests
run: ./test.sh cpp -s spineboy -f