From b5205eaca4cf38fee198b76b960eebfcabeec864 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Sat, 9 Jun 2018 22:36:42 +0300 Subject: [PATCH] Fix the tar.xz appveyor process. Thanks to https://github.com/mlpack/mlpack/blob/master/.appveyor.yml . --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index f49b9891..7040a058 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -41,7 +41,7 @@ test_script: - 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.50/pysol-music-4.50.tar.xz/download -FileName music.tar.xz - - tar xf music.tar.xz + - 7z x music.tar.xz -so | 7z x -si -ttar - move pysol-music-4.50\data\music dist\data\music - ps: | $apiUrl = 'https://ci.appveyor.com/api'