Edit .onedev-buildspec.yml

This commit is contained in:
erris
2026-03-10 06:32:57 +01:00
parent 55437f397e
commit e20853fdb1

View File

@@ -44,7 +44,7 @@ jobs:
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 build --config ${BUILD_TYPE}
echo ====== ls =================================== echo ====== ls ===================================
ls -la ls -la
@@ -64,7 +64,7 @@ jobs:
- type: PublishArtifactStep - type: PublishArtifactStep
name: Get build artifacts name: Get build artifacts
sourcePath: build sourcePath: build
artifacts: ./editor/* open_engine/* artifacts: editor/* open_engine/*
condition: SUCCESSFUL condition: SUCCESSFUL
optional: false optional: false
retryCondition: never retryCondition: never