Browse Source

CI: Skip building CppSharp.Parser.CLI because its slow to do so and its not needed (#1502)

pull/1504/head
josetr 5 years ago committed by GitHub
parent
commit
a99c2497d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/CppParser/Bindings/premake5.lua

2
src/CppParser/Bindings/premake5.lua

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
include ("CSharp")
if EnableNativeProjects() and os.ishost("windows") then
if EnableNativeProjects() and os.ishost("windows") and not os.getenv("CI") then
include ("CLI")

Loading…
Cancel
Save