Mirror of CollapseOS
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

21 linhas
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