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
8
8
on : release
9
9
10
10
env :
11
- # Path to the solution file relative to the root of the project.
12
- SOLUTION_FILE_PATH : ./SourceDEFUN.sln
13
-
14
11
# 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
17
12
BUILD_CONFIGURATION : Debug
18
13
19
14
permissions :
31
26
32
27
- name : Build
33
28
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
36
29
run : cmake -S . -B ./BUILD
37
30
38
31
Linux :
42
35
43
36
- name : Build
44
37
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
47
38
run : cmake -S . -B ./BUILD
You can’t perform that action at this time.
0 commit comments