build.sh 788 B

1234567891011121314151617
  1. #!/bin/bash
  2. #
  3. # This is the entry point for kicking off a Kokoro job. This path is referenced
  4. # from the .cfg files in this directory.
  5. set -ex
  6. cd $(dirname $0)
  7. # Most of our tests use a debug build of PHP, but we do one build against an opt
  8. # php just in case that surfaces anything unexpected.
  9. ../test_php.sh gcr.io/protobuf-build/php/linux:8.0.5-14a06550010c0649bf69b6c9b803c1ca609bbb6d
  10. ../test_php.sh gcr.io/protobuf-build/php/linux:7.0.33-dbg-14a06550010c0649bf69b6c9b803c1ca609bbb6d
  11. ../test_php.sh gcr.io/protobuf-build/php/linux:7.3.28-dbg-14a06550010c0649bf69b6c9b803c1ca609bbb6d
  12. ../test_php.sh gcr.io/protobuf-build/php/linux:7.4.18-dbg-14a06550010c0649bf69b6c9b803c1ca609bbb6d
  13. ../test_php.sh gcr.io/protobuf-build/php/linux:8.0.5-dbg-14a06550010c0649bf69b6c9b803c1ca609bbb6d