Skip to content

Meson build: Better detection of MSVC-like compilers #238

Meson build: Better detection of MSVC-like compilers

Meson build: Better detection of MSVC-like compilers #238

Workflow file for this run

name: "CMake: gcc"
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build
run: |
cmake .
make
- name: Test
run: make test