Skip to content

WIP Windows clang #4321

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 26 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
e7e585c
Clear out all appveyor and GHA .yml files
rwgk Nov 8, 2022
d04a197
Try .appveyor.yml skip_commits ALL
rwgk Nov 8, 2022
58d8c8b
Remove ci from .pre-commit-config.yaml
rwgk Nov 8, 2022
cf34cd8
Revert "Remove ci from .pre-commit-config.yaml"
rwgk Nov 8, 2022
7054082
windows_clang.yml just showing clang, clang++ versions
rwgk Nov 9, 2022
ce7eddf
fix: matrix os must be a list
rwgk Nov 9, 2022
2f03629
Fix silly oversight
rwgk Nov 9, 2022
dcbd405
Add Python & cmake setup, pybind11 build & test
rwgk Nov 9, 2022
3138392
Python version must be in quotes.
rwgk Nov 9, 2022
58ba016
Remove pwsh default (in hopes of fixing Update Cmake step)
rwgk Nov 9, 2022
44cb511
Remove egor-tensin/cleanup-path@v2
rwgk Nov 9, 2022
27de439
Remove -DCMAKE_C_COMPILER=clang
rwgk Nov 9, 2022
4bcc2c0
Show CMake version
rwgk Nov 9, 2022
f00b912
cmake -G Ninja
rwgk Nov 9, 2022
173516d
`-DCMAKE_VERBOSE_MAKEFILE=ON` (and remove `-DCMAKE_C_COMPILER` again).
rwgk Nov 9, 2022
85fb1f8
Cosmetic changes
rwgk Nov 9, 2022
03d6e1e
Patching in snapshot of (already closed) PR #4316
rwgk Nov 9, 2022
3163ae2
Revert "Patching in snapshot of (already closed) PR #4316"
rwgk Nov 9, 2022
5aa6093
Patching in snapshot of PR #4319
rwgk Nov 9, 2022
80a207c
Adjust expectations for Windows Clang (and make code less redundant).
rwgk Nov 10, 2022
fdab183
Make names conform more to the ci.yml scheme
rwgk Nov 10, 2022
196b3d9
Add cpptest, test_cmake_build
rwgk Nov 10, 2022
a5f2eaa
Mark cpptest as UNAVAILABLE
rwgk Nov 10, 2022
129556a
`-DDOWNLOAD_CATCH=ON`
rwgk Nov 10, 2022
623183d
EIGEN=ON and try again cpptest (after CATCH=ON in previous commit was…
rwgk Nov 10, 2022
897d701
Add `pip install --upgrade pip`, Show env, cosmetic changes
rwgk Nov 10, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ version: 1.0.{build}
image:
- Visual Studio 2017
test: off
skip_commits:
message: /.*/ # Skip ALL commits.
skip_branch_with_pr: true
build:
parallel: true
Expand Down
7 changes: 0 additions & 7 deletions .github/dependabot.yml

This file was deleted.

8 changes: 0 additions & 8 deletions .github/labeler.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .github/labeler_merged.yml

This file was deleted.

Loading