[go: up one dir, main page]

cxx 1.0.160

Safe interop between Rust and C++
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
matrix:
  platform:
    - macos_arm64
    - ubuntu2404
    - windows
  bazel: [7.x, 8.x]
tasks:
  verify_targets:
    name: Verify build targets
    platform: ${{ platform }}
    bazel: ${{ bazel }}
    build_targets:
      - '@cxx.rs//...'
    test_targets:
      - '@cxx.rs//...'