Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tgrapperon committed Jul 25, 2024
1 parent d7dc2bd commit 4c9c38e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,17 @@ jobs:
- uses: actions/checkout@v3
- name: Run tests
run: make test-swift

static-stdlib:
strategy:
matrix:
image: ['swift:5.9-focal']
runs-on: ubuntu-latest
container:
image: ${{ matrix.image }}
steps:
- uses: actions/checkout@v3
- name: Build for static-stdlib (debug)
run: swift build -c debug --static-swift-stdlib
- name: Build for static-stdlib (release)
run: swift build -c release --static-swift-stdlib

0 comments on commit 4c9c38e

Please sign in to comment.