2019-12-09 09:36:38 -05:00
|
|
|
#/bin/sh -e
|
2019-10-30 18:59:47 -04:00
|
|
|
|
|
|
|
git submodule init
|
|
|
|
git submodule update
|
|
|
|
git clean -fxd
|
|
|
|
|
2019-12-31 13:32:09 -05:00
|
|
|
make -C emul
|
2019-12-31 13:07:05 -05:00
|
|
|
make -C tests
|
2019-10-30 18:59:47 -04:00
|
|
|
|
2020-04-02 23:15:43 -04:00
|
|
|
# let's try again with an updated boot bin
|
2019-12-31 13:32:09 -05:00
|
|
|
make -C emul updatebootstrap all
|
2019-12-31 13:07:05 -05:00
|
|
|
make -C tests
|