Skip to content
Snippets Groups Projects
Commit f5ef4bcf authored by Recolic K's avatar Recolic K
Browse files

adj ci

parent 9b9a03ed
No related branches found
No related tags found
No related merge requests found
Pipeline #841 failed with stage
in 37 seconds
image: archlinux:base-devel
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
......
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