Skip to content

Adding LICENSE file. #62

Adding LICENSE file.

Adding LICENSE file. #62

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