1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-07-21 02:30:20 +10:00
collapseos/runtests.sh

13 lines
187 B
Bash
Raw Normal View History

#/bin/sh -e
2019-10-31 09:59:47 +11:00
git submodule init
git submodule update
git clean -fxd
2020-01-01 05:32:09 +11:00
make -C emul
2020-01-01 05:07:05 +11:00
make -C tests
2019-10-31 09:59:47 +11:00
# let's try again with an updated boot bin
2020-01-01 05:32:09 +11:00
make -C emul updatebootstrap all
2020-01-01 05:07:05 +11:00
make -C tests