]> www.wagner.pp.ru Git - openssl-gost/engine.git/blob - .travis.yml
128a15b85311de2f82bc9427b780cf9019059d23
[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=master
15       os: linux
16       compiler: gcc
17     - env: OPENSSL_BRANCH=OpenSSL_1_1_0-stable
18       os: linux
19       compiler: gcc
20 #    - env: OPENSSL_BRANCH=OpenSSL_1_0_2-stable
21 #      os: linux
22 #      compiler: gcc
23
24 before_script:
25   - .ci/build-openssl.sh > build.log 2>&1 || (cat build.log && exit 1)
26
27 script:
28   - .ci/build-check.sh