mirror of
https://github.com/ryanvolz/radioconda.git
synced 2024-11-24 05:08:39 -05:00
Enable CI builds for cross-built installers.
(Testing will still fail).
This commit is contained in:
parent
85986ac464
commit
011fc82887
28
.github/workflows/build_radioconda.yml
vendored
28
.github/workflows/build_radioconda.yml
vendored
@ -26,22 +26,22 @@ jobs:
|
||||
PLATFORM: linux-64
|
||||
OS_NAME: Linux
|
||||
ARCH: x86_64
|
||||
# - os: ubuntu-latest
|
||||
# PLATFORM: linux-aarch64
|
||||
# OS_NAME: Linux
|
||||
# ARCH: aarch64
|
||||
# - os: ubuntu-latest
|
||||
# PLATFORM: linux-ppc64le
|
||||
# OS_NAME: Linux
|
||||
# ARCH: ppc64le
|
||||
- os: ubuntu-latest
|
||||
PLATFORM: linux-aarch64
|
||||
OS_NAME: Linux
|
||||
ARCH: aarch64
|
||||
- os: ubuntu-latest
|
||||
PLATFORM: linux-ppc64le
|
||||
OS_NAME: Linux
|
||||
ARCH: ppc64le
|
||||
- os: macos-latest
|
||||
PLATFORM: osx-64
|
||||
OS_NAME: MacOSX
|
||||
ARCH: x86_64
|
||||
# - os: macos-latest
|
||||
# PLATFORM: osx-arm64
|
||||
# OS_NAME: MacOSX
|
||||
# ARCH: arm64
|
||||
- os: macos-latest
|
||||
PLATFORM: osx-arm64
|
||||
OS_NAME: MacOSX
|
||||
ARCH: arm64
|
||||
- os: windows-latest
|
||||
PLATFORM: win-64
|
||||
OS_NAME: Windows
|
||||
@ -69,14 +69,14 @@ jobs:
|
||||
if [ "$OS_NAME" == "Windows" ]; then
|
||||
PATH=$CONDA_PREFIX/NSIS:$PATH
|
||||
fi
|
||||
python build_installer.py -- -v
|
||||
python build_installer.py installer_specs/$DISTNAME-$PLATFORM -- -v
|
||||
|
||||
- name: Build metapackage
|
||||
shell: bash -l {0}
|
||||
env:
|
||||
PLATFORM: ${{ matrix.PLATFORM }}
|
||||
run: |
|
||||
python build_metapackage.py
|
||||
python build_metapackage.py installer_specs/$DISTNAME-$PLATFORM.yml
|
||||
|
||||
- name: Copy lock file and list built installers and packages
|
||||
shell: bash
|
||||
|
Loading…
Reference in New Issue
Block a user