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

adjust gitlab ci

parent fa20b7a8
No related branches found
No related tags found
No related merge requests found
image: recolic/cxx-toolkit
image: archlinux/base
stages:
- build
......@@ -7,7 +7,7 @@ stages:
build:
stage: build
script:
- pacman -Sy && pacman -S --noconfirm bison flex gettext sdl2 lib32-glibc grep
- pacman -Sy && pacman -S --noconfirm gcc make bison flex gettext sdl2 lib32-glibc grep
- export AM_HOME=$(pwd)/nexus-am/
- cd nemu && make EXTRA_FLAGS='-DDISABLE_MMIO'
- 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