Skip to content
Snippets Groups Projects
Verified Commit ce750fef authored by Recolic Keghart's avatar Recolic Keghart
Browse files

update gitlab ci file

parent 48863f55
No related branches found
No related tags found
No related merge requests found
image: archlinux/base
image: recolic/cxx-toolkit
stages:
- build
......@@ -7,7 +7,7 @@ stages:
build:
stage: build
script:
- pacman -Sy && pacman -S --noconfirm bison flex gcc make gettext sdl2 lib32-glibc grep
- pacman -Sy && pacman -S --noconfirm bison flex gettext sdl2 lib32-glibc grep
- export AM_HOME=$(pwd)/nexus-am/
- cd nemu && make
- show_log=1 ./runall.sh &> testcases.log ; echo $? > testres.log
......
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