Skip to content

feat(ci): add pwd step for debugging #22

feat(ci): add pwd step for debugging

feat(ci): add pwd step for debugging #22

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: pwd
run: pwd
- name: Create build folder
run: mkdir -p build
- name: Build plan
run: make -j hostinfo kernel -n
- name: Build
run: make -j hostinfo kernel