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

add gitlab ci

parent 69dd1522
No related branches found
No related tags found
No related merge requests found
Pipeline #827 failed with stage
in 2 minutes and 14 seconds
......@@ -4,13 +4,12 @@ before_script:
- apt update
- apt install -y nasm g++ make
stages:
- build32
- build64
build32:
- make BITS=32
script:
- make BITS=32
build64:
- make BITS=64
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