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

> Manual commit: adjust gitlab ci

U201614531
recolic
Linux RECOLICPC 5.4.6-arch3-1 #1 SMP PREEMPT Tue, 24 Dec 2019 04:36:53 +0000 x86_64 GNU/Linux
 17:11:47 up 22:45,  1 user,  load average: 0.55, 0.63, 0.70
abfc96f77b29167d4efe33385555259714d7bc4b
parent 3a8f0a7c
No related branches found
No related tags found
No related merge requests found
...@@ -10,13 +10,18 @@ build: ...@@ -10,13 +10,18 @@ build:
- pacman -Sy && pacman -S --noconfirm bison flex gcc make gettext sdl2 lib32-glibc grep - pacman -Sy && pacman -S --noconfirm bison flex gcc make 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
artifacts:
paths:
- nemu/testres.log
- nemu/testcases.log
expire_in: 1 week
test: test:
stage: test stage: test
script: script:
- pacman -Sy && pacman -S --noconfirm bison flex gcc make gettext sdl2 lib32-glibc grep - test 0 = $(<nemu/testres.log) || cat nemu/testcases.log
- export AM_HOME=$(pwd)/nexus-am/ - test 0 = $(<nemu/testres.log)
- cd nemu && make && show_log=1 ./runall.sh
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