Skip to content

Add C++20 flag for Windows #6

Add C++20 flag for Windows

Add C++20 flag for Windows #6

Workflow file for this run

name: CI
on: push
jobs:
ci:
strategy:
matrix:
platform:
- ubuntu-latest
- windows-latest
- macos-latest
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4
- uses: bazel-contrib/[email protected]
- run: bazel build //...
# - run: bazel test --test_output=errors //...
- uses: actions/upload-artifact@v4
with:
name: plugins-${{ matrix.targetPlatform }}
path: bazel-bin/plugins.tar.gz