From 34be101a29103bc05b896ddc13114026e4916f1e Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Mon, 9 Sep 2024 11:42:34 +0800 Subject: [PATCH] Add CI workflow validating a C++ package build. --- .github/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b08ef1a..214ffc7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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