mirror of
https://github.com/atom/atom.git
synced 2026-01-12 08:28:00 -05:00
14 lines
353 B
YAML
14 lines
353 B
YAML
trigger: none # No CI builds, only PR builds
|
|
|
|
jobs:
|
|
# Import "GetReleaseVersion" job definition
|
|
- template: platforms/templates/get-release-version.yml
|
|
|
|
# Import lint definition
|
|
- template: lint.yml
|
|
|
|
# Import OS-specific build definitions
|
|
- template: platforms/windows.yml
|
|
- template: platforms/macos.yml
|
|
- template: platforms/linux.yml
|