1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

Fix the tar.xz appveyor process.

Thanks to https://github.com/mlpack/mlpack/blob/master/.appveyor.yml .
This commit is contained in:
Shlomi Fish 2018-06-09 22:36:42 +03:00
parent 03a482e3ac
commit b5205eaca4

View file

@ -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'