mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 11:30:06 +01:00
Update to newest python versions
This commit is contained in:
@@ -6,16 +6,16 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
Python27:
|
||||
python_version: '2.7.15'
|
||||
python_pkg: 'python-2.7.15-macosx10.9.pkg'
|
||||
python_version: '2.7.16'
|
||||
python_pkg: 'python-2.7.16-macosx10.9.pkg'
|
||||
python: 'python2.7'
|
||||
Python36:
|
||||
python_version: '3.6.6'
|
||||
python_pkg: 'python-3.6.6-macosx10.9.pkg'
|
||||
python_version: '3.6.8'
|
||||
python_pkg: 'python-3.6.8-macosx10.9.pkg'
|
||||
python: 'python3.6'
|
||||
Python37:
|
||||
python_version: '3.7.0'
|
||||
python_pkg: 'python-3.7.0-macosx10.9.pkg'
|
||||
python_version: '3.7.3'
|
||||
python_pkg: 'python-3.7.3-macosx10.9.pkg'
|
||||
python: 'python3.7'
|
||||
maxParallel: 3
|
||||
|
||||
@@ -42,7 +42,7 @@ jobs:
|
||||
|
||||
- script: |
|
||||
#sudo xcode-select -s /Applications/Xcode_9.4.1.app/Contents/Developer
|
||||
#xcode-select -p
|
||||
xcode-select --print-path
|
||||
$PYTHON build.py --jobs=4 build_wx
|
||||
displayName: 'build wxWidgets'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user