Edit .onedev-buildspec.yml
This commit is contained in:
@@ -48,6 +48,12 @@ jobs:
|
|||||||
interpreter:
|
interpreter:
|
||||||
type: DefaultInterpreter
|
type: DefaultInterpreter
|
||||||
commands: |
|
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
|
git submodule update --init --recursive
|
||||||
|
|
||||||
conan profile detect --force
|
conan profile detect --force
|
||||||
|
|||||||
Reference in New Issue
Block a user