Skip to content

Disambiguate testing namespace in GUNIT_PREVENT_COMMAS #35

Disambiguate testing namespace in GUNIT_PREVENT_COMMAS

Disambiguate testing namespace in GUNIT_PREVENT_COMMAS #35

Workflow file for this run

---
name: Linux
on:
push:
branches:
- master
- develop
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: configure
run: cmake -S . -B build
- name: build and test
run: cmake --build build