Skip to content

Commit

Permalink
Change script into batch file
Browse files Browse the repository at this point in the history
  • Loading branch information
Aztorius committed Oct 22, 2017
1 parent 9e39a2c commit 959a8cb
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 20 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ install:
build_script:
- git submodule init
- git submodule update
- update-dependencies.sh
- update-dependencies.bat
- qmake LegendsReplay.pro
- mingw32-make
12 changes: 12 additions & 0 deletions update-dependencies.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
echo "preparing the latest version of 3rd-party dependencies ..."

cd qhttp
mkdir 3rdparty
cd 3rdparty

echo "--> nodejs / http-parser"
git clone https://github.com/nodejs/http-parser.git

cd ..
cd ..
echo "done."
19 changes: 0 additions & 19 deletions update-dependencies.sh

This file was deleted.

0 comments on commit 959a8cb

Please sign in to comment.