18 lines
337 B
YAML
18 lines
337 B
YAML
language: bash
|
|
|
|
os:
|
|
- linux
|
|
|
|
sudo: false
|
|
env:
|
|
- PATH=/usr/bin:/bin:./:/usr/local/bin
|
|
script:
|
|
- which shellcheck
|
|
- shellcheck -V
|
|
- bash -c 'export SHELLCHECK_OPTS="-e SC2006"; shopt -s globstar; shellcheck **/*.sh easyrsa3/easyrsa'
|
|
- bash -c 'pwd'
|
|
- bash -c 'ls -la'
|
|
- which openssl
|
|
- openssl version
|
|
- sh -x op_test.sh
|