Edit .onedev-buildspec.yml

This commit is contained in:
erris
2026-03-10 11:55:16 +01:00
parent 87af2e752e
commit 6a858f49e6

View File

@@ -38,6 +38,7 @@ jobs:
interpreter: interpreter:
type: DefaultInterpreter type: DefaultInterpreter
commands: | commands: |
echo find nethost =================================
find /usr/share/dotnet -name "nethost.h" find /usr/share/dotnet -name "nethost.h"
conan profile detect --force conan profile detect --force
git submodule update --init --recursive git submodule update --init --recursive
@@ -46,12 +47,6 @@ jobs:
echo ====== Building ============================= echo ====== Building =============================
cmake --build build --config ${BUILD_TYPE} cmake --build build --config ${BUILD_TYPE}
echo ====== ls ===================================
ls -la
echo ====== ls build =============================
ls build -la
envVars: envVars:
- name: BUILD_TYPE - name: BUILD_TYPE
value: Debug value: Debug