Andrew Geissler | 8eef975 | 2020-11-11 12:07:01 -0600 | [diff] [blame] | 1 | #!/bin/bash -xe |
2 | # | ||||
3 | # Purpose: | ||||
4 | # This script is responsible for testing the openbmc-build-scripts repository | ||||
5 | # | ||||
6 | # Required Inputs: | ||||
7 | # WORKSPACE: Directory which contains the extracted openbmc-build-scripts | ||||
8 | # directory | ||||
9 | |||||
10 | export LANG=en_US.UTF8 | ||||
11 | |||||
12 | cd ${WORKSPACE}/openbmc-build-scripts | ||||
13 | |||||
14 | # Now run some of our most used CI scripts | ||||
15 | ./build-unit-test-docker.sh | ||||
16 | ./scripts/build-qemu-robot-docker.sh |