mirror of
https://github.com/cuberite/libdeflate.git
synced 2025-08-04 10:16:44 -04:00
travis.yml: add shellcheck job
This commit is contained in:
parent
5c06c57435
commit
ef5a23a65f
@ -70,6 +70,10 @@ jobs:
|
|||||||
before_install: sudo apt-get install -y clang
|
before_install: sudo apt-get install -y clang
|
||||||
script: make scan-build
|
script: make scan-build
|
||||||
|
|
||||||
|
- name: shellcheck
|
||||||
|
before_install: sudo apt-get install -y shellcheck
|
||||||
|
script: make shellcheck
|
||||||
|
|
||||||
- name: Cross compile for Windows
|
- name: Cross compile for Windows
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get install -y gcc-mingw-w64-x86-64 libz-mingw-w64-dev
|
- sudo apt-get install -y gcc-mingw-w64-x86-64 libz-mingw-w64-dev
|
||||||
|
Loading…
x
Reference in New Issue
Block a user