Skip to content
Snippets Groups Projects
Commit dd0208e8 authored by Bensong Liu's avatar Bensong Liu
Browse files

adjust ci

parent 31d8029a
No related branches found
No related tags found
No related merge requests found
Pipeline #829 failed
image: archlinux/base
stages: build
before_script:
- pacman -Sy
- pacman -S --noconfirm nasm gcc make
build32:
stage: build
script:
- make BITS=32
build64:
stage: build
script:
- make BITS=64
......
......@@ -24,4 +24,9 @@ assemble-uefi: build
run-legacy: assemble-legacy
qemu-system-x86_64 legacy.img
clean:
$(MAKE) -C bootloader-legacy clean
# $(MAKE) -C bootloader-uefi clean
$(MAKE) -C kernel clean
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment