Skip to content

remove compiler and generator override for cmake in standalone argp #13

remove compiler and generator override for cmake in standalone argp

remove compiler and generator override for cmake in standalone argp #13

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Compile
run: make
- name: Test
run: make test