This repository was archived by the owner on Jul 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,7 @@ name: Game
88on : release
99
1010env :
11- # Path to the solution file relative to the root of the project.
12- SOLUTION_FILE_PATH : ./SourceDEFUN.sln
13-
1411 # Configuration type to build.
15- # You can convert this to a build matrix if you need coverage of multiple configuration types.
16- # https://docs.github.com/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
1712 BUILD_CONFIGURATION : Debug
1813
1914permissions :
3126
3227 - name : Build
3328 working-directory : ${{env.GITHUB_WORKSPACE}}
34- # Add additional options to the MSBuild command line here (like platform or verbosity level).
35- # See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
3629 run : cmake -S . -B ./BUILD
3730
3831 Linux :
4235
4336 - name : Build
4437 working-directory : ${{env.GITHUB_WORKSPACE}}
45- # Add additional options to the MSBuild command line here (like platform or verbosity level).
46- # See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
4738 run : cmake -S . -B ./BUILD
You can’t perform that action at this time.
0 commit comments