1 Star 0 Fork 34

cheng_jinsong / third_party_libexif

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.appveyor.yml 1.25 KB
一键复制 编辑 原始数据 按行查看 历史
# AppVeyor CI configuration file https://www.appveyor.com
environment:
CYGWIN_MIRROR: http://cygwin.mirror.constant.com
matrix:
- CONFIG: cygwin
- CONFIG: cygwin64
- CONFIG: msys2
install:
- cmd: if [%CONFIG%]==[cygwin] (
C:\cygwin\setup-x86.exe -qgnNdO -l C:\cygwin\var\cache\setup -R c:\cygwin -s "%CYGWIN_MIRROR%" -P libiconv-devel )
- cmd: if [%CONFIG%]==[cygwin64] (
C:\cygwin64\setup-x86_64.exe -qgnNdO -l C:\cygwin64\var\cache\setup -R c:\cygwin64 -s "%CYGWIN_MIRROR%" -P libiconv-devel )
- cmd: if [%CONFIG%]==[msys2] (
set "PATH=C:\msys64\mingw64\bin;C:\msys64\usr\bin;%PATH%" )
build_script:
- cmd: if not [%CONFIG%]==[msys2] (
C:\%CONFIG%\bin\bash -e -l -c "cd $APPVEYOR_BUILD_FOLDER && autoreconf -sif && ./configure --prefix=$HOME --disable-dependency-tracking && make V=1 LDFLAGS='-lintl' && make V=1 install" )
- cmd: if [%CONFIG%]==[msys2] (
bash -lc "set -x; cd $APPVEYOR_BUILD_FOLDER && autoreconf -sivf && ./configure --prefix=$HOME/install --disable-dependency-tracking && make V=1 && make V=1 install" )
test_script:
- cmd: if not [%CONFIG%]==[msys2] (
C:\%CONFIG%\bin\bash -e -l -c "cd $APPVEYOR_BUILD_FOLDER && make V=1 check" )
- cmd: if [%CONFIG%]==[msys2] (
bash -lc "cd $APPVEYOR_BUILD_FOLDER && make V=1 check" )
1
https://gitee.com/chneg-jinsong/third_party_libexif.git
git@gitee.com:chneg-jinsong/third_party_libexif.git
chneg-jinsong
third_party_libexif
third_party_libexif
master

搜索帮助