ci 74 B

12345678910
  1. #!/bin/bash
  2. set -e
  3. cd $(dirname $0)
  4. ./build
  5. ./test
  6. ./validate
  7. ./package