build.sh 86 B

12345678
  1. #!/bin/bash
  2. cd $(dirname $0)
  3. rm -rf ./build
  4. export NO_TEST=true
  5. dapper ./scripts/ci