Edit .onedev-buildspec.yml
This commit is contained in:
@@ -42,9 +42,14 @@ jobs:
|
|||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
conan install . --output-folder=. --build=missing -s build_type=${BUILD_TYPE}
|
conan install . --output-folder=. --build=missing -s build_type=${BUILD_TYPE}
|
||||||
cmake -S . -G Ninja -B build -DCMAKE_BUILD_TYPE=${BUILD_TYPE} -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake
|
cmake -S . -G Ninja -B build -DCMAKE_BUILD_TYPE=${BUILD_TYPE} -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake
|
||||||
echo ====== Building ===================================================
|
|
||||||
|
echo ====== Building =============================
|
||||||
cmake --build . --config ${BUILD_TYPE}
|
cmake --build . --config ${BUILD_TYPE}
|
||||||
|
|
||||||
|
echo ====== ls ===================================
|
||||||
ls -la
|
ls -la
|
||||||
|
|
||||||
|
echo ====== ls build =============================
|
||||||
ls build -la
|
ls build -la
|
||||||
envVars:
|
envVars:
|
||||||
- name: BUILD_TYPE
|
- name: BUILD_TYPE
|
||||||
@@ -58,7 +63,8 @@ jobs:
|
|||||||
optional: false
|
optional: false
|
||||||
- type: PublishArtifactStep
|
- type: PublishArtifactStep
|
||||||
name: Get build artifacts
|
name: Get build artifacts
|
||||||
artifacts: build/editor/oe_editor build/open_engine/libopen_engine.a
|
sourcePath: build
|
||||||
|
artifacts: editor/oe_editor open_engine/libopen_engine.a
|
||||||
condition: SUCCESSFUL
|
condition: SUCCESSFUL
|
||||||
optional: false
|
optional: false
|
||||||
retryCondition: never
|
retryCondition: never
|
||||||
|
|||||||
Reference in New Issue
Block a user