Mirror of CollapseOS
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
215B

  1. #/usr/bin/env bash
  2. set -e
  3. git submodule init
  4. git submodule update
  5. git clean -fxd
  6. cd tools/emul
  7. make
  8. cd ../tests
  9. make
  10. # let's try again with an updated zasm
  11. cd ../emul
  12. make updatebootstrap all
  13. cd ../tests
  14. make