Move OS-specific configurations into 'platforms' folder

This commit is contained in:
David Wilson
2018-07-26 10:27:08 -07:00
parent 44c9a27742
commit 5330c5db95
5 changed files with 6 additions and 6 deletions

View File

@@ -12,9 +12,9 @@ phases:
name: Version
# Import OS-specific build definitions
- template: windows.yml
- template: macos.yml
- template: linux.yml
- template: platforms/windows.yml
- template: platforms/macos.yml
- template: platforms/linux.yml
- phase: Release
queue: Hosted # Need this for Python 2.7

View File

@@ -15,6 +15,6 @@ phases:
name: Version
# Import OS-specific build definitions
- template: windows.yml
- template: macos.yml
- template: linux.yml
- template: platforms/windows.yml
- template: platforms/macos.yml
- template: platforms/linux.yml