Add coverity workflow

This commit is contained in:
Sergei Iudin
2021-06-15 12:41:36 -07:00
committed by Andrii Nakryiko
parent 5d5af3f07e
commit 26497b9a88
2 changed files with 32 additions and 1 deletions

View File

@@ -423,9 +423,10 @@ fi
echo "${setup_script}" | sudo tee "$mnt/etc/rcS.d/S50-run-tests" > /dev/null
sudo chmod 755 "$mnt/etc/rcS.d/S50-run-tests"
fold_shutdown="$(travis_fold start shutdown)"
poweroff_script="#!/bin/sh
echo travis_fold:start:shutdown
echo ${fold_shutdown}
echo -e '\033[1;33mShutdown\033[0m\n'
poweroff"