File tree Expand file tree Collapse file tree 4 files changed +5
-16
lines changed Expand file tree Collapse file tree 4 files changed +5
-16
lines changed Original file line number Diff line number Diff line change 11name : Build
22
3- on :
4- push :
5- branches :
6- - " *"
7- pull_request :
8- branches :
9- - " *"
3+ on : [push, pull_request]
104
115jobs :
126 build-linux-i386 :
Original file line number Diff line number Diff line change 11name : Tests
22
3- on :
4- push :
5- branches :
6- - " *"
7- pull_request :
8- branches :
9- - " *"
3+ on : [push, pull_request]
104
115jobs :
126 tests-linux-i386 :
Original file line number Diff line number Diff line change @@ -470,7 +470,7 @@ bool CDedicatedSteamApplication::Create( )
470470// -----------------------------------------------------------------------------
471471int main (int argc, char **argv)
472472{
473- #ifndef POSIX
473+ #if !defined( POSIX ) && !defined( PLATFORM_64BITS )
474474 _asm
475475 {
476476 fninit
Original file line number Diff line number Diff line change @@ -394,7 +394,8 @@ def configure(conf):
394394 '/Zc:forScope' ,
395395 '/Zc:wchar_t' ,
396396 '/GR' ,
397- '/TP'
397+ '/TP' ,
398+ '/EHsc'
398399 ]
399400
400401 if conf .options .BUILD_TYPE == 'debug' :
You can’t perform that action at this time.
0 commit comments