Browse Source

added build=missing to MacOS CI job

pull/1278/head
Silvio Kunaschk 6 years ago
parent
commit
cffcb00c5a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      azure-pipelines.yml

+ 1
- 1
azure-pipelines.yml View File

@@ -59,7 +59,7 @@ jobs:
conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan
pushd .
mkdir build && cd build
conan install .. -s build_type=Debug
conan install .. -s build_type=Debug --build=missing
cmake ..
make -j
displayName: build VCVRack


Loading…
Cancel
Save