From: Martin Quinson Date: Sat, 17 Oct 2015 21:29:38 +0000 (+0200) Subject: [appveyor] use 'tar' instead of '7z' to open tarfiles X-Git-Tag: v3_13~1663 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/40d69b6b33ff019c17369ad5d288d818f70bb347 [appveyor] use 'tar' instead of '7z' to open tarfiles --- diff --git a/appveyor.yml b/appveyor.yml index 515040e332..bc32b1ee1c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -35,8 +35,7 @@ install: - if [%COMPILER%]==[MinGW-w64] appveyor DownloadFile "https://raw.githubusercontent.com/symengine/dependencies/5cff7d1736877336cf9fb58267111beea4fa152f/x86_64-4.9.1-release-posix-seh-rt_v3-rev1.7z" -FileName mw64.7z || appveyor DownloadFile "https://raw.githubusercontent.com/symengine/dependencies/5cff7d1736877336cf9fb58267111beea4fa152f/x86_64-4.9.1-release-posix-seh-rt_v3-rev1.7z" -FileName mw64.7z - if [%COMPILER%]==[MinGW-w64] 7z x -oC:\ mw64.7z > NUL - if [%COMPILER%]==[MinGW-w64] appveyor DownloadFile "http://www.lua.org/ftp/lua-5.3.1.tar.gz" -FileName lua-5.3.1.tar.gz || appveyor DownloadFile "http://www.lua.org/ftp/lua-5.3.1.tar.gz" -FileName lua-5.3.1.tar.gz -- if [%COMPILER%]==[MinGW-w64] 7z x lua-5.3.1.tar.gz -tgzip | 7z x -si -ttar -olua-5.3.1 -- if [%COMPILER%]==[MinGW-w64] ls -lR +- if [%COMPILER%]==[MinGW-w64] tar xfz lua-5.3.1.tar.gz - if [%COMPILER%]==[MinGW-w64] cd lua-5.3.1 && mingw32-make mingw && mingw32-make INSTALL_TOP=C:/mingw64 - if [%COMPILER%]==[MSYS2] set PATH=C:\msys64\bin,%PATH%