ci: check UI build

This commit is contained in:
Emmanuel Coste 2025-04-30 13:14:58 +02:00 committed by Manuthor
parent b4e1ea9bbf
commit 928f736470

View file

@ -13,10 +13,12 @@ set -ex
ROOT_FOLDER=$(pwd) ROOT_FOLDER=$(pwd)
if [ "$DEBUG_OR_RELEASE" = "release" ]; then # Build UI
# Build the UI in release mode if [ -f /etc/lsb-release ]; then
bash .github/scripts/build_ui.sh bash .github/scripts/build_ui.sh
fi
if [ "$DEBUG_OR_RELEASE" = "release" ]; then
# First build the Debian and RPM packages. It must come at first since # First build the Debian and RPM packages. It must come at first since
# after this step `cosmian` and `cosmian_kms` are built with custom features flags (fips for example). # after this step `cosmian` and `cosmian_kms` are built with custom features flags (fips for example).
rm -rf target/"$TARGET"/debian rm -rf target/"$TARGET"/debian