mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-15 17:20:07 +01:00
25 lines
308 B
YAML
25 lines
308 B
YAML
# CI for wxPython Phoenix on Azure DevOps
|
|
|
|
#pipelines:
|
|
#- pipeline:
|
|
#
|
|
|
|
name: CI.$(Date:yyyyMMdd).$(Rev:.r)
|
|
|
|
trigger:
|
|
- master
|
|
|
|
pr:
|
|
autoCancel: true
|
|
branches:
|
|
include:
|
|
- master
|
|
|
|
jobs:
|
|
- template: .azure/ci-linux-job.yml
|
|
- template: .azure/ci-macos-job.yml
|
|
- template: .azure/ci-windows-job.yml
|
|
|
|
|
|
|