Skip to content

Commit 279bc31

Browse files
refactor vs dev setup
1 parent 23fd969 commit 279bc31

2 files changed

Lines changed: 76 additions & 114 deletions

File tree

.github/workflows/msvc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
PythonPath: ${{ steps.setup-python.outputs.python-path }}
4343
run: |
4444
Write-Output $env:PythonPath
45-
./develop.ps1 -release -qtVersion $env:qtVersion -antlrVersion $env:antlrVersion -pythonPath $env:PythonPath -generator "Ninja"
45+
./develop.ps1 -release -qtVersion $env:qtVersion -antlrVersion $env:antlrVersion -pythonPath $env:PythonPath -generator "Ninja" -benchmarks
4646
4747
- name: 'Configure and build with CMake'
4848
shell: bash

0 commit comments

Comments
 (0)