Skip to content

Merge branch 'main' of github.com:jmvsenterprise/crvr #58

Merge branch 'main' of github.com:jmvsenterprise/crvr

Merge branch 'main' of github.com:jmvsenterprise/crvr #58

Workflow file for this run

name: C CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: init-submodules
run: git submodule update --init --recursive
- name: config
run: ln -s linux.mk config.mk
- name: make
run: make