This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Rack
mirror of
https://github.com/VCVRack/Rack.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
43
Wiki
Activity
Browse Source
removed Ninja generator from MacOS CI job
pull/1278/head
Silvio Kunaschk
6 years ago
parent
33f7487840
commit
7c25ad1f9b
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save