Skip to content

fix(lab2): add config.cmake to submit #2

fix(lab2): add config.cmake to submit

fix(lab2): add config.cmake to submit #2

Workflow file for this run

name: Lab2
on:
push:
branches:
- 'main'
paths:
- Lab2/**
workflow_dispatch:
workflow_call:
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
container:
image: ipads/oslab:24.09
options: --user 1001
steps:
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
- name: Build Lab2
run: Scripts/gendeps.sh && cd Lab2 && make