nocheck debuild
This commit is contained in:
Родитель
25c68bb137
Коммит
1079f30706
|
@ -21,19 +21,19 @@ jobs:
|
||||||
if: matrix.os != 'macos-latest'
|
if: matrix.os != 'macos-latest'
|
||||||
- name: Install Dependencies (macOS)
|
- name: Install Dependencies (macOS)
|
||||||
run: |
|
run: |
|
||||||
brew install gnu-tar shellcheck jq pigz coreutils
|
brew install gnu-tar shellcheck jq pigz coreutils gnu-sed gnu-getopt
|
||||||
brew unlink parallel
|
brew unlink parallel
|
||||||
brew install moreutils gawk
|
brew install moreutils gawk
|
||||||
if: matrix.os == 'macos-latest'
|
if: matrix.os == 'macos-latest'
|
||||||
- name: Get Sources
|
- name: Get Sources
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Test (macOS)
|
- name: Test
|
||||||
run: |
|
run: |
|
||||||
export PATH="$PATH:/snap/bin"
|
export PATH="$PATH:/snap/bin"
|
||||||
make test
|
make test
|
||||||
shell: bash
|
shell: bash
|
||||||
if: matrix.os == 'macos-latest'
|
if: matrix.os == 'macos-latest'
|
||||||
- name: Build (Linux)
|
- name: Build (Linux)
|
||||||
run: debuild -uc -us
|
run: DEB_BUILD_OPTIONS=nocheck debuild -us -uc
|
||||||
if: matrix.os != 'macos-latest'
|
if: matrix.os != 'macos-latest'
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче