From 8506d2064c848473f5d9639f0d7cd730e0fa4984 Mon Sep 17 00:00:00 2001 From: "Dr. Johannes Pohl" Date: Wed, 4 Nov 2020 17:07:52 +0100 Subject: [PATCH] CI: build on windows without -j (#815) --- data/azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/azure-pipelines.yml b/data/azure-pipelines.yml index 59567d5bad..788ca1229b 100644 --- a/data/azure-pipelines.yml +++ b/data/azure-pipelines.yml @@ -154,7 +154,7 @@ jobs: destinationFolder: src\urh\dev\native\lib\shared #cleanDestinationFolder: true - - script: python src/urh/cythonext/build.py + - script: python setup.py build_ext --inplace displayName: "Build extensions" - script: |