Browse Source

[AppVeyor] forget about package_src for now

It is crashing for unknown reason...
Andy Li 8 years ago
parent
commit
b3c9570e50
1 changed files with 0 additions and 1 deletions
  1. 0 1
      appveyor.yml

+ 0 - 1
appveyor.yml

@@ -24,7 +24,6 @@ cache:
 install:
     - 'git submodule update --init --recursive'
     - '%CYG_ROOT%/bin/bash -lc "echo initialize"'
-    - '%CYG_ROOT%/bin/bash -lc "cd \"$OLDPWD\" && make -s -f Makefile.win package_src"'
     # Install ocaml
     - curl -fsS -o cygwin-setup.exe --retry 3 https://cygwin.com/setup-x86.exe
     - 'cygwin-setup.exe -g -q -R "%CYG_ROOT%" -P make -P git -P mingw64-i686-zlib -P rsync -P patch -P diffutils -P curl -P unzip -P m4 -P perl -P mingw64-i686-gcc-core -P mingw64-i686-pcre'