mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Run CI on macOS
This commit is contained in:
parent
e06094c458
commit
a83dacd506
@ -10,7 +10,7 @@ reading. It is cross platform, running on Linux, Windows and macOS.
|
||||
|
||||
For more information, see the [calibre About page](https://calibre-ebook.com/about)
|
||||
|
||||
[](https://dev.azure.com/kovidgoyal/mechanize/_build/latest?definitionId=1&branchName=engine)
|
||||
[](https://dev.azure.com/divok/calibre/_build/latest?definitionId=1&branchName=engine)
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
@ -36,3 +36,28 @@ jobs:
|
||||
- script: |
|
||||
python3 setup/unix-ci.py test
|
||||
displayName: 'Test calibre'
|
||||
|
||||
- job: 'macOS'
|
||||
pool:
|
||||
vmImage: 'macos-latest'
|
||||
|
||||
steps:
|
||||
- checkout: self
|
||||
fetchDepth: 1
|
||||
|
||||
- task: UsePythonVersion@0
|
||||
inputs:
|
||||
versionSpec: '3.7'
|
||||
architecture: 'x64'
|
||||
|
||||
- script: |
|
||||
python3 setup/unix-ci.py install
|
||||
displayName: 'Install calibre dependencies'
|
||||
|
||||
- script: |
|
||||
python3 setup/unix-ci.py bootstrap
|
||||
displayName: 'Bootstrap calibre'
|
||||
|
||||
- script: |
|
||||
python3 setup/unix-ci.py test
|
||||
displayName: 'Test calibre'
|
||||
|
Loading…
x
Reference in New Issue
Block a user