Skip to content

Commit a74496f

Browse files
committed
Remove Visual Studio 2017 jobs, no longer supported by GitHub
1 parent 436470e commit a74496f

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

.github/workflows/windows.yml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -110,31 +110,3 @@ jobs:
110110

111111
- working-directory: build/
112112
run: ctest -C ${{ matrix.build_type }} --output-on-failure
113-
114-
vs2017:
115-
strategy:
116-
fail-fast: false
117-
matrix:
118-
visual_studio:
119-
- 'Visual Studio 15 2017'
120-
- 'Visual Studio 15 2017 Win64'
121-
build_type: [Debug, Release]
122-
123-
runs-on: windows-2016
124-
125-
steps:
126-
- uses: actions/checkout@v2
127-
with:
128-
submodules: recursive
129-
130-
- run: cmake -E make_directory build
131-
132-
- shell: bash
133-
working-directory: build/
134-
run: cmake $GITHUB_WORKSPACE -G "${{ matrix.visual_studio }}"
135-
136-
- working-directory: build/
137-
run: cmake --build . --config ${{ matrix.build_type }}
138-
139-
- working-directory: build/
140-
run: ctest -C ${{ matrix.build_type }} --output-on-failure

0 commit comments

Comments
 (0)