Revert "Build example on CI"

This reverts commit 6b250fb478.
This commit is contained in:
Alex Kotov 2022-01-12 09:58:21 +05:00
parent 6b250fb478
commit b7fbc3860c
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 0 additions and 20 deletions

View File

@ -42,23 +42,3 @@ jobs:
run: cppcheck --quiet --error-exitcode=1 --std=c99 --enable=warning,style,performance,portability --suppress=duplicateExpression --suppress=staticStringCompare examples/
- name: cppcheck tests
run: cppcheck --quiet --error-exitcode=1 --std=c99 --enable=warning,style,performance,portability --suppress=unusedStructMember tests/
# TODO: finish this
example-kernel-multiboot2-grub:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: dependencies
run: sudo apt install build-essential qemu-system-x86 wget
- name: vendor-fetch
run: ./vendor/fetch.sh
- name: vendor-cross-build
run: ./vendor/cross/build/i386/build.sh
- name: autogen
run: ./autogen.sh
- name: configure
run: PATH="$(pwd)/vendor/cross/bin:$PATH" ./config/i386
- name: make
run: make libkernaux.a
- name: make-example
run: cd 'examples/kernel-multiboot2-grub' && make image.iso