mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Use separate vms for python3 builds
This commit is contained in:
parent
9a5a84069b
commit
75a0251391
@ -1,6 +1,6 @@
|
||||
# Requires installation of XCode 10.3 and Python 3 and
|
||||
# python3 -m pip install certifi
|
||||
|
||||
vm_name 'macos-calibre-build'
|
||||
vm_name 'macos-calibre'
|
||||
root '/Users/Shared/calibre-build'
|
||||
python '/usr/local/bin/python3'
|
||||
|
@ -9,10 +9,9 @@
|
||||
# Ensure the windwos sdk version at least 10.0.18362 or newer is installed, needed for
|
||||
# qt-webengine-14.1
|
||||
|
||||
vm_name 'windows-calibre-build'
|
||||
vm_name 'windows-calibre'
|
||||
root 'C:/r'
|
||||
python 'py.exe'
|
||||
python2 'C:/Python27/python.exe'
|
||||
perl 'C:/Strawberry/perl/bin/perl.exe'
|
||||
ruby 'C:/Ruby27-x64/bin/ruby.exe'
|
||||
mesa 'C:/mesa'
|
||||
|
Loading…
x
Reference in New Issue
Block a user