mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 03:50:06 +01:00
Install and test with the wheel, not the deprecated distutils install command.
This commit is contained in:
@@ -65,6 +65,6 @@ jobs:
|
|||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
python build.py bdist_wheel
|
python build.py bdist_wheel
|
||||||
python build.py install
|
python -m pip install dist/wxPython-*.whl
|
||||||
python -c "import wx; print(wx.version());"
|
python -c "import wx; print(wx.version());"
|
||||||
displayName: 'build wheel and test install'
|
displayName: 'build wheel and test install'
|
||||||
|
|||||||
@@ -60,6 +60,6 @@ jobs:
|
|||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
python build.py bdist_wheel
|
python build.py bdist_wheel
|
||||||
python build.py install
|
python -m pip install dist/wxPython-*.whl
|
||||||
python -c "import wx; print(wx.version());"
|
python -c "import wx; print(wx.version());"
|
||||||
displayName: 'build wheel and test install'
|
displayName: 'build wheel and test install'
|
||||||
|
|||||||
@@ -67,7 +67,6 @@ jobs:
|
|||||||
displayName: 'Install Python dependencies'
|
displayName: 'Install Python dependencies'
|
||||||
|
|
||||||
- bash: |
|
- bash: |
|
||||||
which cl.exe
|
|
||||||
python build.py --jobs=4 build_wx
|
python build.py --jobs=4 build_wx
|
||||||
displayName: 'build wxWidgets'
|
displayName: 'build wxWidgets'
|
||||||
|
|
||||||
@@ -81,6 +80,6 @@ jobs:
|
|||||||
|
|
||||||
- bash: |
|
- bash: |
|
||||||
python build.py bdist_wheel
|
python build.py bdist_wheel
|
||||||
python build.py install
|
python -m pip install dist/wxPython-*.whl
|
||||||
python -c "import wx; print(wx.version());"
|
python -c "import wx; print(wx.version());"
|
||||||
displayName: 'build wheel and test install'
|
displayName: 'build wheel and test install'
|
||||||
|
|||||||
Reference in New Issue
Block a user