diff options
author | bojie <bojie@dexon.org> | 2019-01-18 19:30:23 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-03-12 12:19:09 +0800 |
commit | feb650d1a0567c714b14c83a192de551aeb1dcf4 (patch) | |
tree | b9612fe3cf37709689dcce5863c2ac5798eea863 /.travis.yml | |
parent | 5f6c2b5668b6b6f831441cfceb57af801a9e1a36 (diff) | |
download | dexon-feb650d1a0567c714b14c83a192de551aeb1dcf4.tar.gz dexon-feb650d1a0567c714b14c83a192de551aeb1dcf4.tar.zst dexon-feb650d1a0567c714b14c83a192de551aeb1dcf4.zip |
travis: add new CI test to test fullnode (#138)
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index ba41079d2..8ee205c48 100644 --- a/.travis.yml +++ b/.travis.yml @@ -231,6 +231,23 @@ matrix: submodules: false script: - go run build/ci.go purge -store dexon-builds -days 14 + - if: type = push + os: osx + go: 1.11.x + env: + - gcp-osx + git: + submodules: false + script: + - PKG_CONFIG_PATH=/usr/local/opt/openssl/lib/pkgconfig make all + - cd test + - ./run_test.sh --ignore-log + - cd .. + - ./build/fullnode-test.sh + addons: + homebrew: + packages: + - ethereum before_install: - openssl aes-256-cbc -K $encrypted_556a2b2ff7f6_key -iv $encrypted_556a2b2ff7f6_iv -in .ci/DEXON-7548b3622930.json.enc -out ./COBINHOOD-7548b3622930.json -d |