mirror of
https://github.com/slint-ui/slint.git
synced 2025-12-23 09:19:32 +00:00
Add support for running the tests in the CI
This is relatively straight-forward using nox. One little change required was the change to the MACOSX_DEPLOYMENT_TARGET. maturin requires it to be a full version, and GitHub actions requires it to be quoted consequently, otherwise it interprets 11.0 as 11 and stores that instead.
This commit is contained in:
parent
81a636bb5f
commit
ebaecbcb7e
4 changed files with 50 additions and 4 deletions
2
.github/workflows/slint_tool_binary.yaml
vendored
2
.github/workflows/slint_tool_binary.yaml
vendored
|
|
@ -28,7 +28,7 @@ on:
|
|||
default: "backend-winit,renderer-femtovg,renderer-skia"
|
||||
|
||||
env:
|
||||
MACOSX_DEPLOYMENT_TARGET: 11
|
||||
MACOSX_DEPLOYMENT_TARGET: "11.0"
|
||||
|
||||
jobs:
|
||||
build_windows:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue