Verified Commit ce750fef authored by Recolic Keghart's avatar Recolic Keghart
Browse files

update gitlab ci file

parent 48863f55
Pipeline #805 passed with stages
in 1 minute and 51 seconds
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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment