Let appveyor test static and shared libs.
This commit is contained in:
parent
6b6155e380
commit
c5a483813e
@ -1,6 +1,6 @@
|
|||||||
export PATH=/c/msys64/mingw$ABI/bin:/c/projects/mpir/bin/:$PATH
|
export PATH=/c/msys64/mingw$ABI/bin:/c/projects/mpir/bin/:$PATH
|
||||||
cd /c/projects/mpir
|
cd /c/projects/mpir
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
./configure ABI=$ABI --with-system-yasm
|
./configure ABI=$ABI $LIB
|
||||||
make
|
make
|
||||||
make check
|
make check
|
||||||
|
@ -6,8 +6,16 @@ environment:
|
|||||||
matrix:
|
matrix:
|
||||||
- COMPILER: MinGW-w64
|
- COMPILER: MinGW-w64
|
||||||
ABI: 32
|
ABI: 32
|
||||||
|
LIB: --enable-static --disable-shared
|
||||||
|
- COMPILER: MinGW-w64
|
||||||
|
ABI: 32
|
||||||
|
LIB: --disable-static --enable-shared
|
||||||
- COMPILER: MinGW-w64
|
- COMPILER: MinGW-w64
|
||||||
ABI: 64
|
ABI: 64
|
||||||
|
LIB: --enable-static --disable-shared
|
||||||
|
- COMPILER: MinGW-w64
|
||||||
|
ABI: 64
|
||||||
|
LIB: --disable-static --enable-shared
|
||||||
- BUILD_TYPE: Release
|
- BUILD_TYPE: Release
|
||||||
COMPILER: MSVC15
|
COMPILER: MSVC15
|
||||||
PLATFORM: x64
|
PLATFORM: x64
|
||||||
|
Loading…
Reference in New Issue
Block a user