Skip to content

Commit 189ea88

Browse files
committed
Temporarily skip the Semver jobs
1 parent 6ca5bfa commit 189ea88

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

azure-pipelines.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -98,23 +98,23 @@ jobs:
9898
- script: sh ci/dox.sh
9999
displayName: Generate and upload documentation
100100

101-
- job: SemverLinux
102-
continueOnError: true
103-
pool:
104-
vmImage: ubuntu-16.04
105-
steps:
106-
- template: ci/azure-install-rust.yml
107-
- script: sh ci/semver.sh linux
108-
displayName: Check breaking changes
101+
#- job: SemverLinux
102+
# continueOnError: true
103+
# pool:
104+
# vmImage: ubuntu-16.04
105+
# steps:
106+
# - template: ci/azure-install-rust.yml
107+
# - script: sh ci/semver.sh linux
108+
# displayName: Check breaking changes
109109

110-
- job: SemverOSX
111-
continueOnError: true
112-
pool:
113-
vmImage: macos-10.14
114-
steps:
115-
- template: ci/azure-install-rust.yml
116-
- script: sh ci/semver.sh osx
117-
displayName: Check breaking changes
110+
#- job: SemverOSX
111+
# continueOnError: true
112+
# pool:
113+
# vmImage: macos-10.14
114+
# steps:
115+
# - template: ci/azure-install-rust.yml
116+
# - script: sh ci/semver.sh osx
117+
# displayName: Check breaking changes
118118

119119
- job: BuildChannelsLinux
120120
pool:

0 commit comments

Comments
 (0)