From: Shlomi Fish Date: Mon, 24 Feb 2020 17:37:50 +0000 (+0200) Subject: put dload in git. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7a45d1de5de554192acc7394e00352467e978b5f;p=fortune-mod put dload in git. See https://github.com/lucasg/Dependencies/ - thanks. --- diff --git a/.appveyor.yml b/.appveyor.yml index 6e89d02..5291a89 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -32,10 +32,10 @@ test_script: - SET PATH=%PATH%;C:\Python35-x64 - SET FORTUNE_TEST_DEBUG=1 - perl -E "system(qq#perl CI-testing/continuous-integration-testing.pl --gen=@{[chr(34)]}MSYS Makefiles@{[chr(34)]}#); exit(0)" - - curl -fsS -o Dependencies_x64_Release.zip "https://github.com/lucasg/Dependencies/releases/download/v1.10/Dependencies_x64_Release.zip" + # - curl -fsS -o Dependencies_x64_Release.zip "https://github.com/lucasg/Dependencies/releases/download/v1.10/Dependencies_x64_Release.zip" - mkdir de4 - cd de4 - - 7z e ..\Dependencies_x64_Release.zip + - 7z e ..\CI-testing\arcs\Dependencies_x64_Release.zip - .\Dependencies -modules c:\foo\games\fortune - c:\foo\games\fortune cache: diff --git a/CI-testing/arcs/Dependencies_x64_Release.zip b/CI-testing/arcs/Dependencies_x64_Release.zip new file mode 100644 index 0000000..70084a0 Binary files /dev/null and b/CI-testing/arcs/Dependencies_x64_Release.zip differ