Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
paiv committed Oct 28, 2024
1 parent 9a87ed1 commit 00c91f3
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/test-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
working-directory: ${{github.workspace}}/build
run: ctest -C ${{matrix.BUILD_TYPE}}


build-py:
if: 0
runs-on: ubuntu-latest

steps:
Expand All @@ -54,3 +56,20 @@ jobs:
working-directory: ${{github.workspace}}/python
run: make test


build-swift:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: Install ICU
run: |
sudo apt-get install -y libicu-dev libicu70
- name: Build
run: swift build

- name: Test
run: swift test

0 comments on commit 00c91f3

Please sign in to comment.