Skip to content
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

WIP Windows clang #4321

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