ci 319 B

123456789101112131415161718192021
  1. #!/bin/bash
  2. set -ex
  3. cd $(dirname $0)/..
  4. echo BUILD
  5. ./scripts/build
  6. echo TEST
  7. ./scripts/test
  8. echo VALIDATE
  9. ./scripts/validate
  10. # Drone servers kernel too old, and the integration tests often time out
  11. #echo PREPARE
  12. #./scripts/prepare
  13. #echo PACKAGE
  14. #./scripts/package
  15. #echo INTEGRATION-TEST
  16. #./scripts/integration-test