You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* SDL2.Native: Build Linux native libs in CI
* New binaries for SDL2 on Linux 5.15.0-1036-azure #43-Ubuntu SMP Wed Mar 29 16:11:05 UTC 2023 (#1439)
Co-authored-by: The Silk.NET Automaton <[email protected]>
* SDL2.Native: Compile linux native libs with -O2, and strip libs
* New binaries for SDL2 on Linux 5.15.0-1036-azure #43-Ubuntu SMP Wed Mar 29 16:11:05 UTC 2023 (#1440)
Co-authored-by: The Silk.NET Automaton <[email protected]>
* SDL2.Native: Build windows native libs in CI
* New binaries for SDL2 on Microsoft Windows 10.0.20348 (#1446)
Co-authored-by: The Silk.NET Automaton <[email protected]>
* Native: Add "no changes added to commit" as possible ignore git error case for PrUpdatedNativeBinary
* SDL2.Native: Build MacOS native libs in CI
* Update SDL2 binaries (#1448)
* New binaries for SDL2 on Darwin 21.6.0 Darwin Kernel Version 21.6.0: Thu Mar 9 20:08:59 PST 2023; root:xnu-8020.240.18.700.8~1/RELEASE_X86_64
* New binaries for SDL2 on Microsoft Windows 10.0.20348
---------
Co-authored-by: The Silk.NET Automaton <[email protected]>
* Remove accidentally added submodule
* Regenerate SDL to new version
No code changes happened, just some shuffling of the file seemingly?
* waaaaaa
* Update checkout to v3.5.2
* Clone submodules manually, since `checkout` bad
* Temporarily disable selfhosted runner just to see if that helps
* Revert "Temporarily disable selfhosted runner just to see if that helps"
This reverts commit ce3ae5a.
* Update SDL2 binaries (#1450)
* New binaries for SDL2 on Microsoft Windows 10.0.20348
* New binaries for SDL2 on Darwin 21.6.0 Darwin Kernel Version 21.6.0: Thu Mar 9 20:08:59 PST 2023; root:xnu-8020.240.18.700.8~1/RELEASE_X86_64
---------
Co-authored-by: The Silk.NET Automaton <[email protected]>
* Dont clone submodules in `build.yml`
---------
Co-authored-by: silkdotnet <[email protected]>
Co-authored-by: The Silk.NET Automaton <[email protected]>
$"git commit -m \"New binaries for {name} on {RuntimeInformation.OSDescription}\""
755
848
)
756
849
.AssertWaitForExit();
757
-
if(!commitCmd.Output.Any(x =>x.Text.Contains("nothing to commit",StringComparison.OrdinalIgnoreCase)))
850
+
if(!commitCmd.Output.Any(x =>x.Text.Contains("no changes added to commit",StringComparison.OrdinalIgnoreCase)||x.Text.Contains("nothing to commit",StringComparison.OrdinalIgnoreCase)))
0 commit comments