Skip to content

Bump pypa/cibuildwheel from 3.2.1 to 3.3.0 #77

Bump pypa/cibuildwheel from 3.2.1 to 3.3.0

Bump pypa/cibuildwheel from 3.2.1 to 3.3.0 #77

Workflow file for this run

# Copyright (c) ONNX Project Contributors
#
# SPDX-License-Identifier: Apache-2.0
name: cmake Build and Test
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
cxx:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6.0.1
with:
submodules: recursive
persist-credentials: false
- run: cmake -GNinja -DONNX_BUILD_TESTS=ON -B build -S .
- run: cmake --build build
- run: cmake --build build -t test