Skip to content

Commit

Permalink
Cleanup GWCA dependencies (#895)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexMacocian authored Dec 6, 2024
1 parent 86bcd30 commit 9c7b7c1
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 68 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@ jobs:
- name: Setup MSBuild.exe
uses: microsoft/[email protected]

- name: Build CMake Files
run: cmake -S . -B build -A Win32

- name: Setup project secrets
run: |
dotnet user-secrets --project Daybreak\Daybreak.csproj set AadApplicationId "${{ secrets.AadApplicationId }}"
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ jobs:
- name: Setup MSBuild.exe
uses: microsoft/[email protected]

- name: Build CMake Files
run: cmake -S . -B build -A Win32

- name: Execute Unit Tests
run: dotnet test $env:Test_Project_Path --property:SolutionDir=$env:GITHUB_WORKSPACE -p:ParallelizeTestCollections=false

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/version_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ jobs:
id: getLatestTag
uses: WyriHaximus/github-action-get-previous-tag@v1

- name: Build CMake Files
run: cmake -S . -B build -A Win32

- name: Build Daybreak project
run: dotnet build Daybreak -c $env:Configuration --property:SolutionDir=$env:GITHUB_WORKSPACE

Expand Down
16 changes: 0 additions & 16 deletions CMakeLists.txt

This file was deleted.

42 changes: 0 additions & 42 deletions CMakePresets.json

This file was deleted.

1 change: 0 additions & 1 deletion GWCA
Submodule GWCA deleted from 3b7d44

0 comments on commit 9c7b7c1

Please sign in to comment.