ci: check UI build
This commit is contained in:
parent
b4e1ea9bbf
commit
928f736470
1 changed files with 4 additions and 2 deletions
6
.github/scripts/cargo_build.sh
vendored
6
.github/scripts/cargo_build.sh
vendored
|
@ -13,10 +13,12 @@ set -ex
|
|||
|
||||
ROOT_FOLDER=$(pwd)
|
||||
|
||||
if [ "$DEBUG_OR_RELEASE" = "release" ]; then
|
||||
# Build the UI in release mode
|
||||
# Build UI
|
||||
if [ -f /etc/lsb-release ]; then
|
||||
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
|
||||
# after this step `cosmian` and `cosmian_kms` are built with custom features flags (fips for example).
|
||||
rm -rf target/"$TARGET"/debian
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue