Skip to content

Move more macros into _WIN guard #126

Move more macros into _WIN guard

Move more macros into _WIN guard #126

Workflow file for this run

# Copyright (c) 2020-2024 Siddharth Chandrasekaran <[email protected]>
# SPDX-License-Identifier: Apache-2.0
name: Build CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: configure
run: cmake .
- name: make
run: make
- name: make check
run: make check_utils