diff options
author | Anthony Green <green@moxielogic.com> | 2018-03-27 07:06:01 -0400 |
---|---|---|
committer | Anthony Green <green@moxielogic.com> | 2018-03-27 07:06:01 -0400 |
commit | 377134d7a946df13b60ff9c9dacc895e82c36178 (patch) | |
tree | 2d4d9430bcfc08b08d5705e0dc8650c46c5ab9e0 | |
parent | d01ef5b875dedcb9f7b3039b2334cbd594fdfcd4 (diff) | |
download | libffi-377134d7a946df13b60ff9c9dacc895e82c36178.tar.gz |
Reduce verbosity
-rw-r--r-- | .appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 00cbf6e..d60ad38 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -40,7 +40,7 @@ install: build_script: - c:\cygwin\bin\sh -lc "(cd $OLDPWD; ./autogen.sh;)" - - c:\cygwin\bin\sh -lc "(cd $OLDPWD; ./configure CC='/cygdrive/c/projects/libffi/msvcc.sh -m64' CXX='/cygdrive/c/projects/libffi/msvcc.sh -m64' LD=link CPP='cl -nologo -EP' --build=$BUILD --host=$HOST; cp src/x86/ffitarget.h include; make; make check RUNTESTFLAGS='-v -v -v -v'; cat `find ./ -name libffi.log`)" + - c:\cygwin\bin\sh -lc "(cd $OLDPWD; ./configure CC='/cygdrive/c/projects/libffi/msvcc.sh -m64' CXX='/cygdrive/c/projects/libffi/msvcc.sh -m64' LD=link CPP='cl -nologo -EP' --build=$BUILD --host=$HOST; cp src/x86/ffitarget.h include; make; make check; cat `find ./ -name libffi.log`)" # FIXME: "make check" currently fails. It just looks like msvcc needs # to learn about -L and -l options. If you add "make check; cat `find |