Skip to content

w_char and char8/16/32_t (non) keywords #325

w_char and char8/16/32_t (non) keywords

w_char and char8/16/32_t (non) keywords #325

Workflow file for this run

name: build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
steps:
- uses: actions/checkout@v2
- name: run cmake
run: |
cmake CMakeLists.txt
- name: run make
run: make