Skip to content

Commit

Permalink
Add UbSan for Windows and rename main.yml to windows_build_with_insta…
Browse files Browse the repository at this point in the history
…ller.yml
  • Loading branch information
iakov authored Jul 29, 2024
1 parent 23df80c commit b78cd77
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: GHA CI
name: Windows build
on:
push:
branches-ignore:
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
timeout-minutes: 1
run: |
cd ${{ env.BUILD_DIR }}
qmake $GITHUB_WORKSPACE/studio.pro -spec win32-g++ CONFIG+=release CONFIG+=tests CONFIG+=noPch PYTHON_PATH="${pythonLocation}" # CONFIG+=silent
qmake $GITHUB_WORKSPACE/studio.pro -spec win32-g++ CONFIG+=release CONFIG+=sanitizer CONFIG+=sanitize_undefined CONFIG+=tests CONFIG+=noPch PYTHON_PATH="${pythonLocation}" # CONFIG+=silent
- name: QMake all
timeout-minutes: 5
Expand Down

0 comments on commit b78cd77

Please sign in to comment.