mirror of
https://github.com/OpenBluetoothToolbox/SimpleBLE
synced 2025-05-09 05:51:13 +08:00
Multiple CI fixes
This commit is contained in:
parent
a023c903e0
commit
b64e30d84b
5
.github/workflows/ci_simpleble.yml
vendored
5
.github/workflows/ci_simpleble.yml
vendored
@ -73,8 +73,11 @@ jobs:
|
|||||||
build-plugins:
|
build-plugins:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: Clone repository
|
- name: Clone Repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
fetch-tags: true
|
||||||
|
|
||||||
- name: Add Version Suffix
|
- name: Add Version Suffix
|
||||||
uses: ./.github/actions/setup-version
|
uses: ./.github/actions/setup-version
|
||||||
|
5
.github/workflows/ci_simplepyble.yml
vendored
5
.github/workflows/ci_simplepyble.yml
vendored
@ -45,13 +45,13 @@ jobs:
|
|||||||
config:
|
config:
|
||||||
- { runner-os: ubuntu-22.04, os: linux, arch: x86_64 }
|
- { runner-os: ubuntu-22.04, os: linux, arch: x86_64 }
|
||||||
- { runner-os: ubuntu-22.04, os: linux, arch: i686 }
|
- { runner-os: ubuntu-22.04, os: linux, arch: i686 }
|
||||||
- { runner-os: ubuntu-22.04-arm, os: linux, arch: aarch64 } # TODO: See if we can split this one by Python version to increase speed
|
- { runner-os: ubuntu-22.04-arm, os: linux, arch: aarch64 }
|
||||||
- { runner-os: macos-14, os: macos, arch: x86_64 }
|
- { runner-os: macos-14, os: macos, arch: x86_64 }
|
||||||
- { runner-os: macos-14, os: macos, arch: universal2 }
|
- { runner-os: macos-14, os: macos, arch: universal2 }
|
||||||
- { runner-os: macos-14, os: macos, arch: arm64 }
|
- { runner-os: macos-14, os: macos, arch: arm64 }
|
||||||
- { runner-os: windows-2022, os: windows, arch: AMD64 }
|
- { runner-os: windows-2022, os: windows, arch: AMD64 }
|
||||||
- { runner-os: windows-2022, os: windows, arch: x86 }
|
- { runner-os: windows-2022, os: windows, arch: x86 }
|
||||||
- { runner-os: windows-2022, os: windows, arch: ARM64 }
|
- { runner-os: windows-11-arm, os: windows, arch: ARM64 }
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Clone Repository
|
- name: Clone Repository
|
||||||
@ -76,6 +76,7 @@ jobs:
|
|||||||
CIBW_BEFORE_ALL_LINUX: "yum update -y && yum group install -y \"Development Tools\" && yum install -y dbus-devel"
|
CIBW_BEFORE_ALL_LINUX: "yum update -y && yum group install -y \"Development Tools\" && yum install -y dbus-devel"
|
||||||
CIBW_ARCHS: ${{ matrix.config.arch }}
|
CIBW_ARCHS: ${{ matrix.config.arch }}
|
||||||
CIBW_SKIP: "*musllinux_* pp* cp36-* cp37-*"
|
CIBW_SKIP: "*musllinux_* pp* cp36-* cp37-*"
|
||||||
|
CIBW_TEST_SKIP: "*"
|
||||||
MACOSX_DEPLOYMENT_TARGET: "11.0"
|
MACOSX_DEPLOYMENT_TARGET: "11.0"
|
||||||
|
|
||||||
- name: Upload wheels
|
- name: Upload wheels
|
||||||
|
1
.github/workflows/ci_smoketest.yml
vendored
1
.github/workflows/ci_smoketest.yml
vendored
@ -114,6 +114,7 @@ jobs:
|
|||||||
CIBW_BEFORE_ALL_LINUX: "yum update -y && yum group install -y \"Development Tools\" && yum install -y dbus-devel"
|
CIBW_BEFORE_ALL_LINUX: "yum update -y && yum group install -y \"Development Tools\" && yum install -y dbus-devel"
|
||||||
CIBW_ARCHS: ${{ matrix.config.arch }}
|
CIBW_ARCHS: ${{ matrix.config.arch }}
|
||||||
CIBW_SKIP: "*musllinux_* pp* cp36-* cp37-*"
|
CIBW_SKIP: "*musllinux_* pp* cp36-* cp37-*"
|
||||||
|
CIBW_TEST_SKIP: "*"
|
||||||
|
|
||||||
build-android-plugins:
|
build-android-plugins:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
|
Loading…
x
Reference in New Issue
Block a user