Skip to content

Commit

Permalink
chore: Migrate Windows CI from Appveyor to Azure DevOps
Browse files Browse the repository at this point in the history
  • Loading branch information
robinlinden authored and iphydf committed Aug 29, 2023
1 parent 8ed47f3 commit c0ec33b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 32 deletions.
32 changes: 0 additions & 32 deletions appveyor.yml

This file was deleted.

15 changes: 15 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -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
- 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 .

0 comments on commit c0ec33b

Please sign in to comment.