Edit .onedev-buildspec.yml

This commit is contained in:
erris
2026-03-10 20:48:44 +01:00
parent ed1dc1eed9
commit ae4e81c937

View File

@@ -48,6 +48,12 @@ jobs:
interpreter:
type: DefaultInterpreter
commands: |
git clone --depth 1 https://github.com/dotnet/runtime.git
cd runtime
./build.sh -c Release -subset host
cp artifacts/bin/native/net10.0-linux-Release-x64/nethost/libnethost.a /onedev-build/workspace/lib/
git submodule update --init --recursive
conan profile detect --force