Hyperion logo align in WebUI (#896)

- DispmanX Grabber also used in PR builds
- Removed unused build variable
This commit is contained in:
Serhan
2020-07-23 16:47:35 +02:00
committed by GitHub
parent df0d411ba1
commit 6f5f28cd56
3 changed files with 3 additions and 3 deletions

View File

@@ -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 || : &&