#!/bin/sh # Install the build to be tested # NOTE: The test environment should receive no special setup. # Part of my intent is to test the binaries as a user might # download them, exactly according to our script. If setup # is incomplete from the install.sh, patch install.sh, not this # test script. curl -s https://core.build.jmh.lol/install.sh?id=6 | sh # Run the tests for the target artifact # this is the section I most anticipate customizing # on a per-repo basis. # # Open-ended questions: # - Testing different artifacts # - Testing artifacts in target environment # - Accumulating/reporting test results core tests integration