Skip to content

Commit a941274

Browse files
committed
Add CI task to build C bindings example
1 parent 725cada commit a941274

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,3 +198,15 @@ jobs:
198198
name: Build benchmarks (w/yoga)
199199
env:
200200
RUSTFLAGS: "-C opt-level=0"
201+
202+
build-c-bindings:
203+
name: Build C Bindings
204+
runs-on: ubuntu-latest
205+
steps:
206+
- uses: actions/checkout@v4
207+
- uses: dtolnay/rust-toolchain@stable
208+
- run: |
209+
cd ctaffy/examples
210+
./compile_basic.sh
211+
./basic
212+
name: Build C Bindings

0 commit comments

Comments
 (0)