kokoro: Generate files during CI runs

Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
This commit is contained in:
Daniel Schultz 2021-01-30 16:21:41 +01:00
parent a6c54b0b3e
commit f8e2c37fe1
2 changed files with 18 additions and 0 deletions

View File

@ -29,6 +29,15 @@ echo "----------------------------------------"
)
echo "----------------------------------------"
echo
echo "========================================"
echo "Preparing database"
echo "----------------------------------------"
(
make db-prepare-${XRAY_SETTINGS}
)
echo "----------------------------------------"
source settings/$XRAY_SETTINGS.sh
echo

View File

@ -29,6 +29,15 @@ echo "----------------------------------------"
)
echo "----------------------------------------"
echo
echo "========================================"
echo "Preparing database"
echo "----------------------------------------"
(
make db-prepare-${XRAY_SETTINGS}
)
echo "----------------------------------------"
source settings/$XRAY_SETTINGS.sh
echo