Skip to content

Commit a96f534

Browse files
committed
Make script work for any Swift version, and wasm SDK too
1 parent 84d6374 commit a96f534

File tree

4 files changed

+517
-321
lines changed

4 files changed

+517
-321
lines changed

.github/workflows/pull_request.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@ jobs:
1010
uses: ./.github/workflows/swift_package_test.yml
1111
with:
1212
# Linux
13-
linux_build_command: |
13+
linux_pre_build_command: |
1414
mkdir MyPackage
1515
cd MyPackage
1616
swift package init --type library
17-
swift build
17+
linux_build_command: "swift build"
18+
enable_linux_static_sdk_build: true
1819
# Windows
1920
windows_build_command: |
2021
mkdir MyPackage

.github/workflows/scripts/install-and-build-with-6.2-static-sdk.sh

Lines changed: 0 additions & 316 deletions
This file was deleted.

0 commit comments

Comments
 (0)