We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2e6d5e commit 00feb27Copy full SHA for 00feb27
.github/workflows/buildroot.yml
@@ -19,3 +19,14 @@ jobs:
19
export SWIFT_ARCH=armv7
20
export SWIFT_PACKAGE_PATH=$GITHUB_WORKSPACE
21
./build-swift-package.sh
22
+ - name: Archive Build artifacts
23
+ uses: actions/upload-artifact@v3
24
+ with:
25
+ name: swiftpm-build
26
+ path: .build/*
27
+ - name: Test
28
+ run: |
29
+ cd /usr/src/buildroot-external
30
+ export SWIFT_ARCH=armv7
31
+ export BUILDROOT_SRCDIR=./buildroot-${SWIFT_ARCH}
32
+ chroot ${BUILDROOT_SRCDIR}/output/target /usr/bin/qemu-arm-static /usr/bin/TLVCodingPackageTests.xctest
0 commit comments