mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-10 13:57:08 +01:00
Merge pull request #2216 from swt2c/wxwidgets_3.2.0
Update wxWidgets to v3.2.0 (official release)
This commit is contained in:
@@ -66,6 +66,13 @@ jobs:
|
||||
python -m pip install -r requirements.txt
|
||||
displayName: 'Install Python dependencies'
|
||||
|
||||
- task: BatchScript@1
|
||||
displayName: 'Set up vcvarsall'
|
||||
inputs:
|
||||
filename: 'C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat'
|
||||
arguments: $(python.arch)
|
||||
modifyEnvironment: true
|
||||
|
||||
- bash: |
|
||||
python build.py --jobs=4 build_wx
|
||||
displayName: 'build wxWidgets'
|
||||
|
||||
Submodule ext/wxWidgets updated: 8c57b9ada4...5b5ec3804a
Reference in New Issue
Block a user