mirror of
https://github.com/drewcassidy/quicktex.git
synced 2024-09-13 06:37:34 +00:00
Run C tests in CI
This commit is contained in:
parent
bdd75ddddf
commit
49ba7e26b7
@ -64,7 +64,7 @@ package-dir = { '' = '.' } # without this line, C++ source files get included in
|
||||
[tool.cibuildwheel]
|
||||
build = "cp*" # only build wheels for cpython.
|
||||
build-frontend = "build"
|
||||
test-command = "pytest {project}/tests --verbose"
|
||||
test-command = "cmake {project} && cmake --build {project} && {project}/Test && pytest {project}/tests --verbose"
|
||||
test-extras = ["tests"]
|
||||
test-skip = "*-macosx_arm64 *-macosx_universal2:arm64" # skip testing on arm macOS because CIBW doesnt support it
|
||||
environment = { QUICKTEX_SIMD_MODE = "SSE4" } # SSE4 has a 99% market share and was released under the Bush administration
|
||||
|
Loading…
Reference in New Issue
Block a user