Skip to content

Commit

Permalink
revert this workaround to ensure we build for all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed Jul 2, 2019
1 parent d10eb2d commit 9153893
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
variables:
PYTHON: 'python2.7'
# flags to enable/disable agents without needing to remove config
BUILD_WINDOWS: 'false'
BUILD_MACOS: 'false'
BUILD_LINUX: 'true'

resources:
repositories:
Expand All @@ -30,7 +26,6 @@ pr:

jobs:
- job: Windows
condition: eq(variables['BUILD_WINDOWS'], 'true')
pool:
vmImage: vs2017-win2016
steps:
Expand Down Expand Up @@ -63,7 +58,6 @@ jobs:
condition: always()

- job: Linux
condition: eq(variables['BUILD_LINUX'], 'true')
pool:
vmImage: ubuntu-16.04
steps:
Expand Down Expand Up @@ -122,7 +116,6 @@ jobs:
condition: always()

- job: macOS
condition: eq(variables['BUILD_MACOS'], 'true')
pool:
vmImage: xcode9-macos10.13
steps:
Expand Down

0 comments on commit 9153893

Please sign in to comment.