Change values in params.sh to decide if the build should pass or fail. There are some shortcuts in the Makefile:
make fail
: Set the EXIT_CODE to 1 and commit the change immediatelymake pass
: Set the EXIT_CODE to 0 and commit the change immediately
Use the CircleCI status endpoint to get information about the build.