Skip to content
Snippets Groups Projects

Performance tune

Merged Recolic requested to merge performance-tune into pa2
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
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
Loading