Skip to content

Commit bf1f872

Browse files
committed
Removed duplicated jobs with GitHub Actions.
Closes: ruby#2340
1 parent ed9d59a commit bf1f872

File tree

1 file changed

+0
-53
lines changed

1 file changed

+0
-53
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -2,59 +2,6 @@ pr: none # comment out this line if you need to test this file on PR
22
trigger:
33
- master
44
jobs:
5-
- job: Linux
6-
pool:
7-
vmImage: 'ubuntu-16.04'
8-
strategy:
9-
matrix:
10-
bundled_gems:
11-
task: test-bundled-gems
12-
bundler:
13-
task: test-bundler
14-
steps:
15-
- task: UseRubyVersion@0
16-
inputs:
17-
versionSpec: '2.6.2'
18-
- script: |
19-
set -x
20-
sudo sed /etc/apt/sources.list -e "s/^# deb-src/deb-src/g" -i
21-
sudo apt-get update
22-
sudo apt-get build-dep ruby2.3
23-
displayName: "Install dependencies"
24-
- checkout: self
25-
fetchDepth: 20
26-
- script: |
27-
autoconf
28-
./configure
29-
make
30-
displayName: 'make'
31-
- script: |
32-
make $(task) TRAVIS=1 TEST_BUNDLED_GEMS_ALLOW_FAILURES=minitest
33-
displayName: "test"
34-
continueOnError: true # test-bundler is failing on Linux. TODO: fix it and remove this line.
35-
36-
- job: macOS
37-
pool:
38-
vmImage: 'macos-10.13'
39-
strategy:
40-
matrix:
41-
bundled_gems:
42-
task: test-bundled-gems
43-
steps:
44-
- script: brew install autoconf bison openssl
45-
displayName: "Install dependencies"
46-
- checkout: self
47-
fetchDepth: 20
48-
- script: |
49-
autoconf
50-
./configure --with-openssl-dir=/usr/local/opt/openssl
51-
make
52-
displayName: 'make'
53-
- script: |
54-
make $(task) TEST_BUNDLED_GEMS_ALLOW_FAILURES=minitest
55-
displayName: "test"
56-
continueOnError: true # test-bundler is failing on macOS. TODO: fix it and remove this line.
57-
585
# - job: vs2015
596
# pool:
607
# vmImage: "vs2015-win2012r2"

0 commit comments

Comments
 (0)