We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8404418 commit 17637d9Copy full SHA for 17637d9
.github/workflows/build.yml
@@ -1,12 +1,6 @@
1
name: Build
2
3
-on:
4
- push:
5
- branches:
6
- - "*"
7
- pull_request:
8
9
+on: [push, pull_request]
10
11
jobs:
12
build-linux-i386:
.github/workflows/tests.yml
name: Tests
tests-linux-i386:
wscript
@@ -394,7 +394,8 @@ def configure(conf):
394
'/Zc:forScope',
395
'/Zc:wchar_t',
396
'/GR',
397
- '/TP'
+ '/TP',
398
+ '/EHsc'
399
]
400
401
if conf.options.BUILD_TYPE == 'debug':
0 commit comments