diff options
author | Ranieri Althoff | 2019-05-11 02:11:16 -0300 |
---|---|---|
committer | Ranieri Althoff | 2019-05-11 17:18:29 -0300 |
commit | df059dda0a87ff93f8a7ce96172510d8e4650d7e (patch) | |
tree | dde62c6b96c65727eb1d1c148b5e001d764d2142 | |
parent | 794d166b95a2c312578238121403eaad8783b7dd (diff) | |
download | aur-df059dda0a87ff93f8a7ce96172510d8e4650d7e.tar.gz |
Add .gitlab-ci.yml
-rw-r--r-- | .gitlab-ci.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 00000000000..68cab5a9666 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,9 @@ +image: archlinux/base + +check: + stage: test + before_script: + - pacman -Syu --noconfirm checkbashisms shellcheck + script: + - checkbashisms nordconnect + - shellcheck -s sh nordconnect |