Merge branch 'master' into luasocket

This commit is contained in:
redorav 2018-03-17 15:18:23 +00:00 committed by GitHub
commit 87fe90d4d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

View File

@ -29,8 +29,6 @@ BUILDING FROM THE REPOSITORY
If you have pulled sources from the Premake source repository, you can
use `Bootstrap.mak` to generate your first premake executable:
$ git submodule init
$ git submodule update
$ make -f Bootstrap.mak PLATFORM
Where PLATFORM can be osx or linux.

View File

@ -5,8 +5,6 @@ platform:
before_build:
- cmd: git clean -ffxd
- cmd: git submodule sync
- cmd: git submodule update --init
build_script:
- cmd: call "%VS140COMNTOOLS%\..\..\VC\vcvarsall.bat"