Skip to content

Commit 3f715df

Browse files
committed
rem msvc
1 parent c2748d2 commit 3f715df

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed

.github/workflows/MainCI.yml

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -82,36 +82,3 @@ jobs:
8282
- name: Test
8383
working-directory: ${{ env.BUILD_DIR }}
8484
run: ctest -C ${{env.BUILD_TYPE}}
85-
86-
test-msvc:
87-
strategy:
88-
fail-fast: false
89-
matrix:
90-
libraryType: [Static]
91-
version: ["[14.0,14.9)", "[15.0,15.9)", "[16.0,16.9)", "[17.0,17.9)"]
92-
os: [windows-2022]
93-
94-
runs-on: ${{ matrix.os }}
95-
96-
steps:
97-
- uses: actions/checkout@v3
98-
99-
- name: Install Msvc
100-
uses: microsoft/setup-msbuild@v1.1
101-
with:
102-
vs-version: ${{ matrix.version }}
103-
104-
- name: Install Conan Packages
105-
uses: ./.github/actions/conan-install
106-
with:
107-
install-dir: ${{ env.BUILD_DIR }}
108-
109-
- name: CMake Build
110-
uses: ./.github/actions/cmake-build
111-
with:
112-
build-dir: ${{ env.BUILD_DIR }}
113-
build-type: ${{ env.BUILD_TYPE }}
114-
115-
- name: Test
116-
working-directory: ${{ env.BUILD_DIR }}
117-
run: ctest -C ${{env.BUILD_TYPE}}

0 commit comments

Comments
 (0)