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

add gitlab ci

parent 0c826060
No related branches found
No related tags found
No related merge requests found
Pipeline #826 failed
image: ubuntu
before_script:
- apt update
- apt install -y nasm g++ make
stages:
- build32
- build64
build32:
- make BITS=32
build64:
- 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