forked from Green-Sky/tomato
Merge commit 'a3126d581b6a872f0b8d5641f199fb233306e181'
This commit is contained in:
15
external/toxcore/c-toxcore/azure-pipelines.yml
vendored
Normal file
15
external/toxcore/c-toxcore/azure-pipelines.yml
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
pool:
|
||||
vmImage: "windows-2019"
|
||||
jobs:
|
||||
- job: "windows_msvc_conan"
|
||||
strategy:
|
||||
matrix:
|
||||
static:
|
||||
conan.shared: "False"
|
||||
shared:
|
||||
conan.shared: "True"
|
||||
steps:
|
||||
- bash: python -m pip install conan==1.59.0
|
||||
- bash: git submodule update --init --recursive
|
||||
- bash: conan install -if _build -o with_tests=True -o shared=$(conan.shared) .
|
||||
- bash: CONAN_CPU_COUNT=50 CTEST_OUTPUT_ON_FAILURE=1 conan build -bf _build -if _build .
|
Reference in New Issue
Block a user