]> www.wagner.pp.ru Git - openssl-gost/engine.git/blob - .travis.yml
initial travis-ci support
[openssl-gost/engine.git] / .travis.yml
1 sudo: required
2 dist: trusty
3
4 os: linux
5
6 language: c
7
8 env:
9   global:
10     - PREFIX="${HOME}/opt"
11
12 matrix:
13   include:
14     - env: OPENSSL_BRANCH=OpenSSL_1_1_0-stable
15       os: linux
16       compiler: gcc
17 #    - env: OPENSSL_BRANCH=OpenSSL_1_0_2-stable
18 #      os: linux
19 #      compiler: gcc
20
21 before_script:
22   - .ci/build-openssl.sh > build.log 2>&1 || (cat build.log && exit 1)
23
24 script:
25   - .ci/build-check.sh