Skip to content

feat: Compile on Clang 18.0.0 and MSVC 19.37.32822.0 #75

feat: Compile on Clang 18.0.0 and MSVC 19.37.32822.0

feat: Compile on Clang 18.0.0 and MSVC 19.37.32822.0 #75

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
name: Build (${{ matrix.compiler }})
runs-on: ubuntu-20.04
strategy:
matrix:
compiler: [clang, gcc]
steps:
- uses: actions/checkout@v2
with:
submodules: 'true'
- name: Install dependencies
run: |
sudo apt install ninja-build
- name: make
run: |
make