Compare commits

...

3 Commits

Author SHA1 Message Date
c648958468
fix nullpointer access
Some checks failed
ContinuousDelivery / windows (push) Waiting to run
ContinuousDelivery / release (push) Blocked by required conditions
ContinuousIntegration / macos (push) Waiting to run
ContinuousIntegration / windows (push) Waiting to run
ContinuousDelivery / linux-ubuntu (push) Failing after 2m58s
ContinuousIntegration / linux (push) Successful in 2m33s
ContinuousIntegration / android (push) Failing after 4m33s
2024-07-15 11:49:56 +02:00
848c176596
clean up ilk files in cd 2024-07-15 09:49:38 +02:00
8490dbe32a
enable debug symbols and small ngcft fixes 2024-07-14 20:28:16 +02:00
2 changed files with 8 additions and 2 deletions

View File

@ -7,7 +7,7 @@ on:
branches: [ master ]
env:
BUILD_TYPE: Release
BUILD_TYPE: RelWithDebInfo
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
jobs:
@ -100,6 +100,12 @@ jobs:
echo "name=dev-${SAFE_NAME}-${SHORT_HASH}" >> $GITHUB_OUTPUT
fi
- name: Clean temporary artifacts
# msvc sometimes produces .ilk files, which are used for linking only
shell: powershell
run: |
Remove-Item "${{github.workspace}}/build/bin/*.ilk"
- name: Compress artifacts
shell: powershell
run: |

@ -1 +1 @@
Subproject commit 74414d09993ab3ecaea6822fbabef4df218a644d
Subproject commit 489556e322c9f5608d3612fe88f31976d16ad6e9