forked from pybind/pybind11
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ci: drop dead windows CI jobs * chore: touch up pre-commit Signed-off-by: Henry Schreiner <[email protected]> * Update configure.yml * Update configure.yml
- Loading branch information
Showing
4 changed files
with
7 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -814,55 +814,6 @@ jobs: | |
- name: Python tests | ||
run: cmake --build build --config Debug -t pytest | ||
|
||
win32-msvc2017: | ||
name: "🐍 ${{ matrix.python }} • MSVC 2017 • x64" | ||
runs-on: windows-2016 | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
python: | ||
- 3.6 | ||
- 3.7 | ||
std: | ||
- 14 | ||
|
||
include: | ||
- python: 3.7 | ||
std: 17 | ||
args: > | ||
-DCMAKE_CXX_FLAGS="/permissive- /EHsc /GR" | ||
steps: | ||
- uses: actions/checkout@v2 | ||
|
||
- name: Setup 🐍 ${{ matrix.python }} | ||
uses: actions/setup-python@v2 | ||
with: | ||
python-version: ${{ matrix.python }} | ||
|
||
- name: Update CMake | ||
uses: jwlawson/[email protected] | ||
|
||
- name: Prepare env | ||
run: | | ||
python -m pip install -r tests/requirements.txt | ||
# First build - C++11 mode and inplace | ||
- name: Configure | ||
run: > | ||
cmake -S . -B build | ||
-G "Visual Studio 15 2017" -A x64 | ||
-DPYBIND11_WERROR=ON | ||
-DDOWNLOAD_CATCH=ON | ||
-DDOWNLOAD_EIGEN=ON | ||
-DCMAKE_CXX_STANDARD=${{ matrix.std }} | ||
${{ matrix.args }} | ||
- name: Build ${{ matrix.std }} | ||
run: cmake --build build -j 2 | ||
|
||
- name: Run all checks | ||
run: cmake --build build -t check | ||
|
||
windows-2022: | ||
strategy: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters