Merge pull request #835 from Faless/build/4.x_opt_debug

This commit is contained in:
Rémi Verschelde
2022-09-19 15:11:05 +02:00
committed by GitHub
8 changed files with 71 additions and 28 deletions

View File

@@ -90,10 +90,10 @@ jobs:
cd test
scons platform=${{ matrix.platform }} target=debug ${{ matrix.flags }} build_library=no
- name: Build test and godot-cpp (release)
- name: Build test and godot-cpp (release, with debug symbols)
run: |
cd test
scons platform=${{ matrix.platform }} target=release ${{ matrix.flags }}
scons platform=${{ matrix.platform }} target=release debug_symbols=yes ${{ matrix.flags }}
- name: Upload artifact
uses: actions/upload-artifact@v3