Skip to content

Commit 3c51cf6

Browse files
committed
FIX: cleaned docker files since not used in action
1 parent 96c32f1 commit 3c51cf6

File tree

2 files changed

+1
-25
lines changed

2 files changed

+1
-25
lines changed

.github/workflows/win-build.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,4 @@ jobs:
2424
cmake -B ${{github.workspace}}/build -S ${{github.workspace}}
2525
-D CMAKE_BUILD_TYPE=Release
2626
- name: CMake Build
27-
run: cmake --build ${{github.workspace}}/build --config Release
28-
29-
# - name: Unit Test
30-
# working-directory: ${{github.workspace}}/build
31-
# run: ctest -C ${{env.BUILD_TYPE}}
27+
run: cmake --build ${{github.workspace}}/build --config Release

tests/dockerfiles/windows/Dockerfile

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)