mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Hyperion logo align in WebUI (#896)
- DispmanX Grabber also used in PR builds - Removed unused build variable
This commit is contained in:
@@ -57,7 +57,7 @@ elif [[ "$CI_NAME" == 'linux' ]]; then
|
||||
hyperionproject/hyperion-ci:$DOCKER_TAG \
|
||||
/bin/bash -c "mkdir hyperion && cp -r source/. /hyperion &&
|
||||
cd /hyperion && mkdir build && cd build &&
|
||||
cmake -DPLATFORM=${PLATFORM} -DCMAKE_BUILD_TYPE=${BUILD_TYPE} -DDOCKER_PLATFORM=${DOCKER_TAG} ../ || exit 2 &&
|
||||
cmake -DPLATFORM=${PLATFORM} -DCMAKE_BUILD_TYPE=${BUILD_TYPE} ../ || exit 2 &&
|
||||
make -j $(nproc) package || exit 3 &&
|
||||
cp /hyperion/build/bin/h* /deploy/ 2>/dev/null || : &&
|
||||
cp /hyperion/build/Hyperion-* /deploy/ 2>/dev/null || : &&
|
||||
|
Reference in New Issue
Block a user