Skip to content

Add MSVC Github CI config and add os for Bazel, CMake, Node CI, and update node dependencies #69

Add MSVC Github CI config and add os for Bazel, CMake, Node CI, and update node dependencies

Add MSVC Github CI config and add os for Bazel, CMake, Node CI, and update node dependencies #69

Workflow file for this run

name: Bazel
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build-and-test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v4
- uses: bazelbuild/setup-bazelisk@v3
- run: bazel build //:opencc
- run: bazel test --test_output=all //src/... //data/... //test/...