mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 01:30:07 +01:00
Separate out the generate code step, like on Windows
This commit is contained in:
@@ -46,12 +46,17 @@ jobs:
|
||||
|
||||
- script: |
|
||||
source venv/bin/activate
|
||||
python build.py --jobs=4 dox build_wx
|
||||
python build.py --jobs=4 build_wx
|
||||
displayName: 'build wxWidgets'
|
||||
|
||||
- script: |
|
||||
source venv/bin/activate
|
||||
python build.py --jobs=4 etg --nodoc sip build_py
|
||||
python build.py dox etg --nodoc sip
|
||||
displayName: 'generate code'
|
||||
|
||||
- script: |
|
||||
source venv/bin/activate
|
||||
python build.py --jobs=4 build_py
|
||||
displayName: 'build wxPython'
|
||||
|
||||
- script: |
|
||||
|
||||
@@ -48,11 +48,14 @@ jobs:
|
||||
|
||||
- script: |
|
||||
$PYTHON build.py dox etg --nodoc sip
|
||||
displayName: 'generate code'
|
||||
|
||||
- script: |
|
||||
$PYTHON build.py --jobs=4 build_py
|
||||
displayName: 'build wxPython'
|
||||
|
||||
- script: |
|
||||
$PYTHON build.py bdist_wheel
|
||||
sudo $PYTHON build.py install
|
||||
$PYTHON build.py install
|
||||
$PYTHON -c "import wx; print(wx.version());"
|
||||
displayName: 'build wheel and test install'
|
||||
|
||||
Reference in New Issue
Block a user