Merge pull request #14 from chipitsine/master

no need for CBUILD variable (it is the same in both cases)
pull/15/head
Samuli Seppänen 2016-02-08 09:59:07 +02:00
commit de6e411abd
1 changed files with 3 additions and 3 deletions

View File

@ -9,9 +9,9 @@ matrix:
fast_finish: true fast_finish: true
include: include:
- compiler: ": Win32" - compiler: ": Win32"
env: CHOST=i686-w64-mingw32 CBUILD=x86_64-pc-linux-gnu m=mingw env: CHOST=i686-w64-mingw32 m=mingw
- compiler: ": Win64" - compiler: ": Win64"
env: CHOST=x86_64-w64-mingw32 CBUILD=x86_64-pc-linux-gnu m=mingw64 env: CHOST=x86_64-w64-mingw32 m=mingw64
exclude: exclude:
- compiler: gcc - compiler: gcc
@ -31,4 +31,4 @@ script:
- cd .. && autoreconf -i -v - cd .. && autoreconf -i -v
- export OPENSSL_CRYPTO_CFLAGS="-I${HOME}/image/include" - export OPENSSL_CRYPTO_CFLAGS="-I${HOME}/image/include"
- export OPENSSL_CRYPTO_LIBS="-L${HOME}/image/lib -lcrypto" - export OPENSSL_CRYPTO_LIBS="-L${HOME}/image/lib -lcrypto"
- ./configure --prefix=/ --libdir=/lib --host=$CHOST --build=$CBUILD --program-prefix='' && make - ./configure --prefix=/ --libdir=/lib --host=$CHOST --build=x86_64-pc-linux-gnu --program-prefix='' && make