Skip to content

Commit

Permalink
Update GitHub CI
Browse files Browse the repository at this point in the history
  • Loading branch information
colemancda committed Nov 3, 2024
1 parent ae48d36 commit 6402c35
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 49 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/buildroot.yml

This file was deleted.

35 changes: 15 additions & 20 deletions .github/workflows/swift-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,18 @@ name: Swift ARM
on: [push]
jobs:

linux-armv7-crosscompile-build:
name: Crosscompile for Linux Armv7
runs-on: ubuntu-latest
container: colemancda/swift-armv7:latest-prebuilt
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Swift Version
run: swift --version
- name: Build (Release)
run: |
cd $SRC_ROOT
export SWIFT_PACKAGE_SRCDIR=$GITHUB_WORKSPACE
export SWIFT_PACKAGE_BUILDDIR=$SWIFT_PACKAGE_SRCDIR/.build
$SRC_ROOT/build-swift-package.sh
- name: Archive Build artifacts
uses: actions/upload-artifact@v3
with:
name: linux-armv7-crosscompile-test
path: .build/*/*.xctest
macos:
name: Baremetal Embedded ARM
runs-on: macos-latest
steps:
- name: Install Swift
uses: slashmo/[email protected]
with:
version: swift-DEVELOPMENT-SNAPSHOT-2024-10-30-a
- name: Checkout
uses: actions/checkout@v2
- name: Swift Version
run: swift --version
- name: Build
run: swift build --triple armv6m-apple-none-macho --configuration release --verbose -Xswiftc -enable-experimental-feature -Xswiftc Embedded -Xswiftc -disable-stack-protector -Xcc -D__MACH__ -Xcc -ffreestanding -Xcc -mcpu=cortex-m0plus -Xcc -mthumb --target Bluetooth

4 changes: 2 additions & 2 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Install Swift
uses: slashmo/[email protected]
with:
version: 5.8
version: 6.0
- name: Checkout
uses: actions/checkout@v2
- name: Swift Version
Expand All @@ -25,7 +25,7 @@ jobs:
name: Linux
strategy:
matrix:
swift: [5.6.3, 5.7.3, 5.8]
swift: [5.9, 6.0]
runs-on: ubuntu-20.04
steps:
- name: Install Swift
Expand Down

0 comments on commit 6402c35

Please sign in to comment.