Revert CI deduplication on Wercker / Azure for debugging
CI seems to have a weired behavior now. Debugging. Revert "azure-pipelines.yml: Fix typo" This reverts commit f69d28fbca1eec8b9722cea1f989ee9554e8dad5. Revert "azure-pipelines.yml: Use simpler trigger syntax" This reverts commit 709756d89747bd36664593eda4156a7bf5ad7631. Revert "azure-pipelines.yml: Do not run CI on trunk" This reverts commit bec877b46fd4d0f621a75591b519a7e266eaa89b. Revert "appveyor.yml: Do not doubly run CI on trunk" This reverts commit d9b338a53f520b2dbb05555f18b8de8072300f40.
This commit is contained in:
parent
00f7e42451
commit
1ebe9a2f82
@ -3,9 +3,6 @@ version: '{build}'
|
|||||||
shallow_clone: true
|
shallow_clone: true
|
||||||
platform:
|
platform:
|
||||||
- x64
|
- x64
|
||||||
branches:
|
|
||||||
except:
|
|
||||||
- trunk # mirrored master runs CI
|
|
||||||
environment:
|
environment:
|
||||||
ruby_version: "24-%Platform%"
|
ruby_version: "24-%Platform%"
|
||||||
zlib_version: "1.2.11"
|
zlib_version: "1.2.11"
|
||||||
|
@ -1,6 +1,4 @@
|
|||||||
pr: none # comment out this line if you need to test this file on PR
|
pr: none # comment out this line if you need to test this file on PR
|
||||||
trigger:
|
|
||||||
- master
|
|
||||||
jobs:
|
jobs:
|
||||||
- job: Linux
|
- job: Linux
|
||||||
pool:
|
pool:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user