Edit .onedev-buildspec.yml
This commit is contained in:
@@ -38,6 +38,7 @@ jobs:
|
|||||||
interpreter:
|
interpreter:
|
||||||
type: DefaultInterpreter
|
type: DefaultInterpreter
|
||||||
commands: |
|
commands: |
|
||||||
|
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
|
||||||
conan install . -c tools.system.package_manager:mode=install --output-folder=build --build=missing -s build_type=${BUILD_TYPE}
|
conan install . -c tools.system.package_manager:mode=install --output-folder=build --build=missing -s build_type=${BUILD_TYPE}
|
||||||
|
|||||||
Reference in New Issue
Block a user