Edit .onedev-buildspec.yml
This commit is contained in:
@@ -48,11 +48,11 @@ jobs:
|
|||||||
interpreter:
|
interpreter:
|
||||||
type: DefaultInterpreter
|
type: DefaultInterpreter
|
||||||
commands: |
|
commands: |
|
||||||
git clone --depth 1 https://github.com/dotnet/runtime.git
|
#git clone --depth 1 https://github.com/dotnet/runtime.git
|
||||||
cd runtime
|
#cd runtime
|
||||||
./build.sh -c Release -subset host
|
#./build.sh -c Release -subset host
|
||||||
|
|
||||||
cp artifacts/bin/native/net10.0-linux-Release-x64/nethost/libnethost.a /onedev-build/workspace/lib/
|
#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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user