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