From 03a482e3ac7547bfd50b576286aaecef28e38dc4 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Sat, 9 Jun 2018 22:27:16 +0300 Subject: [PATCH] - rebuild appveyor windows build w newer music see https://github.com/shlomif/PySolFC/issues/82 . --- .appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index d8129c4a..f49b9891 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -40,9 +40,9 @@ test_script: - appveyor DownloadFile https://sourceforge.net/projects/pysolfc/files/PySolFC-Cardsets/PySolFC-Cardsets-2.0/PySolFC-Cardsets-2.0.tar.bz2/download -FileName cardsets.tar.bz2 - tar xf cardsets.tar.bz2 - xargs -ta scripts\cardsets_to_bundle -I file cp -rt dist\data\ PySolFC-Cardsets-2.0\file - - appveyor DownloadFile https://sourceforge.net/projects/pysolfc/files/PySol-Music/PySol-Music-4.40/pysol-music-4.40.tar.gz/download -FileName music.tar.gz - - tar xf music.tar.gz - - move pysol-music-4.40\data\music dist\data\music + - appveyor DownloadFile https://sourceforge.net/projects/pysolfc/files/PySol-Music/PySol-Music-4.50/pysol-music-4.50.tar.xz/download -FileName music.tar.xz + - tar xf music.tar.xz + - move pysol-music-4.50\data\music dist\data\music - ps: | $apiUrl = 'https://ci.appveyor.com/api' $project = Invoke-RestMethod -Method Get -Uri "$apiUrl/projects/shlomif/fc-solve"