Add dconf configuration and small fixes
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
006fddf028
commit
615d4fac8d
11 changed files with 97 additions and 29 deletions
10
.gitlab-ci.yml
Normal file
10
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
image: ubuntu:latest
|
||||
|
||||
before_script:
|
||||
- apt-get update && apt-get install -y --no-install-recommends shellcheck
|
||||
|
||||
Lint:
|
||||
script:
|
||||
- shellcheck -x ./system/bin/*
|
||||
- shellcheck -x ./install.sh
|
||||
- shellcheck -x ./post-install.sh
|
Loading…
Add table
Add a link
Reference in a new issue