Skip to content

Commit

Permalink
Add CI workflow validating a C++ package build.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Sep 9, 2024
1 parent 8727691 commit 34be101
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,10 @@ jobs:
run: |
source ./setup-iOS.sh $(cut -d- -f1 <<< ${{ matrix.python-version }})
forge iOS lru-dict
# Build an example of a simple Python package using C++
# Calling setup script activates existing environment
- name: Build brotli
run: |
source ./setup-iOS.sh $(cut -d- -f1 <<< ${{ matrix.python-version }})
forge iOS brotli

0 comments on commit 34be101

Please sign in to comment.