mirror of
https://github.com/diamante0018/master-tool.git
synced 2026-02-01 18:03:03 +00:00
chore: update Premake5
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -14,7 +14,7 @@ concurrency:
|
|||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
env:
|
env:
|
||||||
PREMAKE_VERSION: "5.0.0-beta7"
|
PREMAKE_VERSION: "5.0.0-beta8"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-windows:
|
build-windows:
|
||||||
|
|||||||
@@ -107,7 +107,7 @@ if os.getenv("CI") then
|
|||||||
defines "CI"
|
defines "CI"
|
||||||
end
|
end
|
||||||
|
|
||||||
flags {"NoIncrementalLink", "NoMinimalRebuild", "MultiProcessorCompile"}
|
multiprocessorcompile "On"
|
||||||
|
|
||||||
filter "configurations:Release"
|
filter "configurations:Release"
|
||||||
optimize "Size"
|
optimize "Size"
|
||||||
|
|||||||
Reference in New Issue
Block a user