github: Run continuous integration tests using "github actions"

Use "github actions" instead of "travis ci" for the automatic build
regression tests.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2020-09-25 22:13:56 -04:00
parent 21ba8a9d7a
commit 7ad36a2164
5 changed files with 38 additions and 36 deletions

View File

@@ -43,7 +43,9 @@ PRU_DIR=${BUILD_DIR}/pru-gcc
if [ ! -f ${PRU_FILE} ]; then
cd ${BUILD_DIR}
git clone https://github.com/dinuxbg/gnupru -b 2018.03-beta-rc3
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
git clone https://github.com/dinuxbg/gnupru -b 2018.03-beta-rc3 --depth 1
cd gnupru
export PREFIX=${PRU_DIR}
./download-and-patch.sh 2>&1 | pv -nli 30 > ${BUILD_DIR}/gnupru-build.log