Skip to content

implementing switcher server : add gflags and handle exception" #84

implementing switcher server : add gflags and handle exception"

implementing switcher server : add gflags and handle exception" #84

Workflow file for this run

name: Windows
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build_with_bazel:
runs-on: windows-2019
steps:
- uses: actions/checkout@v2
- name: Build
working-directory: ${{github.workspace}}
run: bazel build ...
- name: Test
working-directory: ${{github.workspace}}
run: bazel test --test_output=errors ...