Adding OS X testing

Merge branch 'TinCanTech-v3.0.6' into v3.0.6

Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
This commit is contained in:
Eric F Crist 2019-01-31 22:24:20 -06:00
commit 1ec27cd9c5
No known key found for this signature in database
GPG Key ID: 72964219390D0D0E

View File

@ -1,15 +1,20 @@
language: bash
matrix:
allow_failures:
language: bash
sudo: false
include:
os: linux
dist: bionic
- os: linux
dist: bionic
env: PATH=/usr/bin:/bin:./:/usr/local/bin
script:
- openssl version
- shellcheck --version
- bash -c 'export SHELLCHECK_OPTS="-S warning -e SC2006"; shopt -s globstar; shellcheck **/*.sh easyrsa3/easyrsa'
- sh op_test.sh -vv
sudo: false
- os: osx
osx_image: xcode10.1
script:
- sh op_test.sh -vv
env:
- PATH=/usr/bin:/bin:./:/usr/local/bin
script:
- openssl version
- shellcheck --version
- bash -c 'export SHELLCHECK_OPTS="-S warning -e SC2006"; shopt -s globstar; shellcheck **/*.sh easyrsa3/easyrsa'
- sh op_test.sh -vv