Skip to content

feat: add system labs (#6) #3

feat: add system labs (#6)

feat: add system labs (#6) #3

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
name: Building
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
submodules: true
fetch-depth: 1
- name: Make
run: |
cd cpp-primer/labs/mim && make