Skip to content

feat(ata): add bounds check and missing header #27

feat(ata): add bounds check and missing header

feat(ata): add bounds check and missing header #27

Workflow file for this run

name: Kernel
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Set up NASM
uses: ilammy/[email protected]
- uses: actions/checkout@v2
- name: Debug
run: |
pwd
ls -la
ls -la include
ls -la include/depthos
- name: Create build folder
run: mkdir -p build
- name: Build plan
run: make -j hostinfo kernel -n
- name: Build
run: make -j hostinfo kernel