Edit .onedev-buildspec.yml
This commit is contained in:
@@ -44,7 +44,7 @@ jobs:
|
||||
cmake -S . -G Ninja -B build -DCMAKE_BUILD_TYPE=${BUILD_TYPE} -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake
|
||||
|
||||
echo ====== Building =============================
|
||||
cmake --build . --config ${BUILD_TYPE}
|
||||
cmake --build build --config ${BUILD_TYPE}
|
||||
|
||||
echo ====== ls ===================================
|
||||
ls -la
|
||||
@@ -64,7 +64,7 @@ jobs:
|
||||
- type: PublishArtifactStep
|
||||
name: Get build artifacts
|
||||
sourcePath: build
|
||||
artifacts: ./editor/* open_engine/*
|
||||
artifacts: editor/* open_engine/*
|
||||
condition: SUCCESSFUL
|
||||
optional: false
|
||||
retryCondition: never
|
||||
|
||||
Reference in New Issue
Block a user