mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
fix workflow run
This commit is contained in:
4
.github/scripts/build.sh
vendored
4
.github/scripts/build.sh
vendored
@@ -44,8 +44,8 @@ elif [[ "$RUNNER_OS" == 'Linux' ]]; then
|
||||
-v "${GITHUB_WORKSPACE}:/source:rw" \
|
||||
$REGISTRY_URL:$DOCKER_TAG \
|
||||
/bin/bash -c "mkdir -p /source/build && cd /source/build &&
|
||||
cmake -DPLATFORM=${PLATFORM} -DCMAKE_BUILD_TYPE=${BUILD_TYPE} ../ || exit 2 &&
|
||||
cmake --build /source/build --target package -- -j $(nproc) || exit 3 &&
|
||||
cmake -G Ninja -DPLATFORM=${PLATFORM} -DCMAKE_BUILD_TYPE=${BUILD_TYPE} .. || exit 2 &&
|
||||
cmake --build . --target package -- -j $(nproc) || exit 3 || : &&
|
||||
cp /source/build/bin/h* /deploy/ 2>/dev/null || : &&
|
||||
cp /source/build/Hyperion-* /deploy/ 2>/dev/null || : &&
|
||||
cd /source && source /source/test/testrunner.sh || exit 5 &&
|
||||
|
Reference in New Issue
Block a user