Mirror of CollapseOS
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

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