Skip to content

The build stage was removed previously. #10

The build stage was removed previously.

The build stage was removed previously. #10

Workflow file for this run

name: Makefile Examples CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
compiler: [ latest, gcc-latest, gcc-9, gcc-10, g++-11, clang, clang-10, clang-11, clang++-12 ]
steps:
- uses: actions/checkout@v2
- name: Setup C/C++ Compiler
uses: rlalik/[email protected]
with:
compiler: ${{ matrix.compiler }}
- name: Build
run: make all