diff options
| author | Jack O'Connor <[email protected]> | 2025-03-14 22:31:50 -0700 |
|---|---|---|
| committer | Jack O'Connor <[email protected]> | 2025-03-14 23:42:03 -0700 |
| commit | 15e3b401d6758dbddff926b8550157f1ae588e83 (patch) | |
| tree | 5762f43bea05706f2e092f2552d8cfd6a1a65155 | |
| parent | 0bdc6ca96c32d07e289527be7405d5dc57493539 (diff) | |
add cargo_xwin_build to CI
| -rw-r--r-- | .github/workflows/ci.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bba5c47..45f7506 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -222,6 +222,13 @@ jobs: - run: ./c/blake3_c_rust_bindings/cross_test.sh --target ${{ matrix.arch }} --features=neon if: startsWith(matrix.arch, 'armv7-') || startsWith(matrix.arch, 'aarch64-') + cargo_xwin_build: + name: cargo xwin build + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - run: docker run -v $(pwd):/io -w /io messense/cargo-xwin cargo xwin build --target x86_64-pc-windows-msvc + # Currently only on x86. c_tests: name: C tests SIMD=${{ matrix.simd }} TBB=${{ matrix.use_tbb }} |
