mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-05 21:07:58 +00:00
64daf70229
the shellcheck developer unilaterally decided removal of zsh support https://github.com/koalaman/shellcheck/issues/298 so far ignoring all requests to add support, so we won't run our shellcheck tests on travis. using Devuan Jessie's 0.3.5 with our ignores still works, so will keep testing it locally.
24 lines
354 B
YAML
24 lines
354 B
YAML
dist: trusty
|
|
sudo: required
|
|
language: c
|
|
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- zsh
|
|
- gnupg
|
|
- cryptsetup
|
|
- pinentry-curses
|
|
- gawk
|
|
- libgcrypt20-dev
|
|
- steghide
|
|
- qrencode
|
|
- e2fsprogs
|
|
|
|
before_script:
|
|
- make --directory=extras/kdf-keys
|
|
- sudo make --directory=extras/kdf-keys install
|
|
|
|
script:
|
|
- make test
|