1
0
mirror of https://github.com/msberends/AMR.git synced 2025-09-06 22:49:40 +02:00

(v1.1.0.9009) lose dependencies

This commit is contained in:
2020-05-18 10:30:53 +02:00
parent 071bdc5a9e
commit bf0402a653
29 changed files with 405 additions and 374 deletions

View File

@@ -191,7 +191,7 @@ Function Bootstrap {
}
Progress "Downloading and installing travis-tool.sh"
cp "tests\appveyor\travis_tool.sh" "..\travis_tool.sh"
cp "tests\appveyor\travis_tool.sh" "..\travis-tool.sh"
# Invoke-WebRequest https://raw.githubusercontent.com/krlmlr/r-appveyor/master/r-travis/scripts/travis-tool.sh -OutFile "..\travis-tool.sh"
echo '@bash.exe ../travis-tool.sh %*' | Out-File -Encoding ASCII .\travis-tool.sh.cmd
cat .\travis-tool.sh.cmd