summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2022-09-19 15:11:05 +0200
committerGitHub <noreply@github.com>2022-09-19 15:11:05 +0200
commitbef1fa091c5f801dbd1abcb750b9f5c55c7c3822 (patch)
tree5ff974eef998ea747dbdc0331188ab2ce282af3f /.github/workflows
parent0b87aaa74c5d8b27852e61c1d26699055f87c964 (diff)
parent2bf983e6382f5236948f7740faf130a3568f9dd0 (diff)
downloadredot-cpp-bef1fa091c5f801dbd1abcb750b9f5c55c7c3822.tar.gz
Merge pull request #835 from Faless/build/4.x_opt_debug
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 3dbf347..fccefcc 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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