mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
parent
b1b2079f97
commit
2eb51d35b1
@ -94,7 +94,7 @@ echo "---> Startup docker..."
|
|||||||
$DOCKER run --rm \
|
$DOCKER run --rm \
|
||||||
-v "${SCRIPT_PATH}/deploy:/deploy" \
|
-v "${SCRIPT_PATH}/deploy:/deploy" \
|
||||||
-v "${SCRIPT_PATH}/hyperion:/source:ro" \
|
-v "${SCRIPT_PATH}/hyperion:/source:ro" \
|
||||||
hyperionorg/hyperion-ci:$BUILD_TARGET \
|
hyperionproject/hyperion-ci:$BUILD_TARGET \
|
||||||
/bin/bash -c "mkdir build && cp -r /source/. /build &&
|
/bin/bash -c "mkdir build && cp -r /source/. /build &&
|
||||||
cd /build && mkdir build && cd build &&
|
cd /build && mkdir build && cd build &&
|
||||||
cmake -DCMAKE_BUILD_TYPE=${BUILD_TYPE} .. || exit 2 &&
|
cmake -DCMAKE_BUILD_TYPE=${BUILD_TYPE} .. || exit 2 &&
|
||||||
|
Loading…
Reference in New Issue
Block a user