You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 rivejä
126 B

  1. #!/usr/bin/env bash
  2. set -e
  3. if [ -n "$PYENV_NATIVE_EXT" ]; then
  4. src/configure
  5. make -C src
  6. fi
  7. exec bats ${CI:+--tap} test