Skip to content

Commit

Permalink
Remove support for VS 2019
Browse files Browse the repository at this point in the history
  • Loading branch information
d-frey committed Nov 23, 2024
1 parent 0272203 commit 9c9b786
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,30 +64,3 @@ jobs:

- working-directory: build/
run: ctest -C ${{ matrix.build_type }} --output-on-failure

vs2019-clang:
strategy:
fail-fast: false
matrix:
build_type: [Debug, Release]

runs-on: windows-2019

env:
TAOPQ_TEST_DATABASE: host=localhost dbname=postgres user=postgres password=postgres

steps:
- uses: actions/checkout@v4
- uses: ikalnytskyi/action-setup-postgres@v6

- run: cmake -E make_directory build

- shell: bash
working-directory: build/
run: cmake $GITHUB_WORKSPACE -G "Visual Studio 16 2019" -T ClangCL -DPostgreSQL_ADDITIONAL_VERSIONS=14

- working-directory: build/
run: cmake --build . --config ${{ matrix.build_type }}

- working-directory: build/
run: ctest -C ${{ matrix.build_type }} --output-on-failure
1 change: 0 additions & 1 deletion doc/Requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

* We support:
* [Visual Studio➚](https://en.wikipedia.org/wiki/Microsoft_Visual_Studio) version 2022 or newer.
* [Visual Studio➚](https://en.wikipedia.org/wiki/Microsoft_Visual_Studio) version 2019 with Clang or newer.
* [Xcode➚](https://en.wikipedia.org/wiki/Xcode) version 15 or newer.
* [GCC➚](https://gcc.gnu.org/) version 13 or newer.
* [Clang➚](https://clang.llvm.org/) version 16 or newer.
Expand Down

0 comments on commit 9c9b786

Please sign in to comment.