Browse Source

build CI jobs with VERBOSE make

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

+ 2
- 2
azure-pipelines.yml View File

@@ -35,7 +35,7 @@ jobs:
mkdir build && cd build
conan install .. -s compiler.libcxx=libstdc++11 -s build_type=Release
cmake -DCMAKE_BUILD_TYPE=Release ..
make -j
VERBOSE=1 make -j
displayName: build VCVRack
- job: MacOS1014
pool:
@@ -61,7 +61,7 @@ jobs:
mkdir build && cd build
conan install .. -s build_type=Release --build=missing
cmake -DCMAKE_BUILD_TYPE=Release ..
make -j
VERBOSE=1 make -j
displayName: build VCVRack
- job: Windows2016
pool:


Loading…
Cancel
Save