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
1 merge request!2Performance tune
Pipeline #805 passed with stages
in 1 minute and 51 seconds
image: archlinux/base image: recolic/cxx-toolkit
stages: stages:
- build - build
...@@ -7,7 +7,7 @@ stages: ...@@ -7,7 +7,7 @@ stages:
build: build:
stage: build stage: build
script: 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/ - export AM_HOME=$(pwd)/nexus-am/
- cd nemu && make - cd nemu && make
- show_log=1 ./runall.sh &> testcases.log ; echo $? > testres.log - 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