summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2018-03-24 09:05:14 -0400
committerAnthony Green <green@moxielogic.com>2018-03-24 09:05:14 -0400
commit0081378017c33a4b9b6fbf20efabdd9959d6a48d (patch)
tree59bdc5efb6d0aa12561d73e03d91955e7a21d9a5 /.appveyor.yml
parent59d44242e15d2979291fe6793ddfb2681b7480ef (diff)
downloadlibffi-0081378017c33a4b9b6fbf20efabdd9959d6a48d.tar.gz
revert
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 42b1223..4e05ddf 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -41,7 +41,6 @@ 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;)"
- - c:\cygwin\bin\sh -lc "(cd $OLDPWD/x86_64-pc-winnt/testsuite/libffi.bhaible; make CC='/cygdrive/c/projects/libffi/msvcc.sh -m64' CXX='/cygdrive/c/projects/libffi/msvcc.sh -m64' LD=link CPP='cl -nologo -EP'; )"
# 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