Browse Source

Add workflow files to workspace

pull/1541/head
josetr 5 years ago
parent
commit
d9e738f851
  1. 1
      build/premake5.lua

1
build/premake5.lua

@ -36,6 +36,7 @@ workspace "CppSharp" @@ -36,6 +36,7 @@ workspace "CppSharp"
workspacefiles(path.join(builddir, "premake5.lua"))
workspacefiles(path.join(builddir, "*.sh"))
workspacefiles(path.join(rootdir, ".github/workflows/*.yml"))
workspacefiles(path.join(rootdir, "tests/Test*.props"))
WriteConfigForMSBuild()

Loading…
Cancel
Save