#!/bin/bash # Install and test steps on Linux set -e # Get needed utilities MULTIBUILD_DIR=$(dirname "${BASH_SOURCE[0]}") source $MULTIBUILD_DIR/common_utils.sh # Change into root directory of repo cd /io # Configuration for this package # This can override `install_wheel`, otherwise defined in common_utils.sh. # It must define `run_tests`. source config.sh install_wheel run_tests