You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Output CI config to stdout, with some options to control the output
maturin generate-ci <CI>: CI provider, initially only github is supported
--platform=linux windows macos emscripten: platforms to build, possibly also support something like linux/arm64 for arm64 Linux and linux/*(or just linux) for all supported Linux architectures
Output CI config to stdout, with some options to control the output
maturin generate-ci <CI>
: CI provider, initially onlygithub
is supported--platform=linux windows macos emscripten
: platforms to build, possibly also support something likelinux/arm64
for arm64 Linux andlinux/*
(or justlinux
) for all supported Linux architecturesgenerate-ci
command #1484--python-implementation=cpython,pypy
: Control Python implementation support--pytest
: Enablepytest
abi3
fromcargo metadata
like we already do inmaturin build
--zig
: Prefer to cross compile with zig instead of docker containersbin
,cffi
,rust-cpython
anduniffi
bindingsbin
bindings support togenerate-ci
command #1470CI.yml
template innew
/init
command: ReplaceCI.yml
template withgenerate-ci
#1472This will make it easier for projects to switch from
abi3
to non-abi3
or vice-versa, messing with CI is painful.The text was updated successfully, but these errors were encountered: