build_bundle.sh 174 B

12345678
  1. #!/bin/sh
  2. set -e
  3. cd "$(dirname "$0")"
  4. ./build_container.sh
  5. zip "bundle.zip" test/*.basic test/*.basic_result examples/*.basic
  6. cd build_docker
  7. zip "../bundle.zip" basic test