Skip to content

Commit 8506d20

Browse files
authored
CI: build on windows without -j (#815)
1 parent d300ba5 commit 8506d20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
destinationFolder: src\urh\dev\native\lib\shared
155155
#cleanDestinationFolder: true
156156

157-
- script: python src/urh/cythonext/build.py
157+
- script: python setup.py build_ext --inplace
158158
displayName: "Build extensions"
159159

160160
- script: |

0 commit comments

Comments
 (0)