ci 238 B

12345678910111213141516171819
  1. #!/bin/bash
  2. set -e
  3. cd $(dirname $0)/..
  4. echo BUILD
  5. ./scripts/build
  6. echo TEST
  7. ./scripts/test
  8. echo VALIDATE
  9. ./scripts/validate
  10. echo PREPARE
  11. ./scripts/prepare
  12. echo PACKAGE
  13. ./scripts/package
  14. echo INTEGRATION-TEST
  15. ./scripts/integration-test