mirror of
https://github.com/nfstream/nfstream.git
synced 2026-05-22 03:03:29 +00:00
Initial integration of cibuildwheel.
This commit is contained in:
parent
df26612377
commit
378a4ccf0c
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build_wheel_publish.yml
vendored
2
.github/workflows/build_wheel_publish.yml
vendored
|
|
@ -39,6 +39,8 @@ jobs:
|
|||
- name: Build wheels
|
||||
uses: pypa/cibuildwheel@v2.10.0
|
||||
env:
|
||||
MSYSTEM: MINGW64
|
||||
MSYS2_PATH: D:/a/_temp/msys64
|
||||
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
|
||||
CIBW_BEFORE_ALL_LINUX: yum update -y && yum install autoconf automake libtool pkgconfig gettext json-c-devel libusbx-devel dbus-glib-devel bluez-libs-devel libnl3-devel flex bison
|
||||
CIBW_BEFORE_ALL_MACOS: brew install autoconf automake libtool pkg-config gettext json-c gcc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue