Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 07abaab

Browse files
authored
Remove some useless stuff
1 parent 7df2160 commit 07abaab

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/compile.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,7 @@ name: Game
88
on: release
99

1010
env:
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

1914
permissions:
@@ -31,8 +26,6 @@ jobs:
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:
@@ -42,6 +35,4 @@ jobs:
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

0 commit comments

Comments
 (0)