File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 6
6
build :
7
7
strategy :
8
8
matrix :
9
- os : ['ubuntu-latest', 'macos-latest']
10
- # os: ['ubuntu-20.04', 'ubuntu-18.04', 'ubuntu-16.04', 'macos-latest']
9
+ os : ['ubuntu-20.04', 'ubuntu-18.04', 'ubuntu-16.04', 'macos-latest']
11
10
fail-fast : false
12
11
runs-on : ${{ matrix.os }}
13
-
14
12
steps :
15
13
- name : Install Dependencies (Linux)
16
14
run : |
19
17
wget "https://github.com/koalaman/shellcheck/releases/download/v0.7.0/shellcheck-v0.7.0.linux.x86_64.tar.xz"
20
18
tar --xz -xvf "shellcheck-v0.7.0.linux.x86_64.tar.xz"
21
19
sudo cp shellcheck-v0.7.0/shellcheck /usr/bin/shellcheck
22
- if : matrix.os == 'ubuntu -latest'
20
+ if : matrix.os != 'macos -latest'
23
21
- name : Install Dependencies (macOS)
24
22
run : |
25
23
brew install gnu-tar shellcheck jq pigz coreutils gnu-sed gnu-getopt
35
33
shell : bash
36
34
- name : Build (Linux)
37
35
run : DEB_BUILD_OPTIONS=nocheck debuild -us -uc
38
- if : matrix.os == 'ubuntu -latest'
36
+ if : matrix.os != 'macos -latest'
You can’t perform that action at this time.
0 commit comments