Browse Source

removed Ninja generator from MacOS CI job

pull/1278/head
Silvio Kunaschk 6 years ago
parent
commit
7c25ad1f9b
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:
pushd . pushd .
mkdir build && cd build mkdir build && cd build
conan install .. -s build_type=Debug conan install .. -s build_type=Debug
cmake .. -G Ninja
cmake ..
make -j make -j
displayName: build VCVRack displayName: build VCVRack
- job: Windows2016 - job: Windows2016


Loading…
Cancel
Save