appveyor
This commit is contained in:
parent
a3e94c8a1a
commit
aaa48ca9d4
2 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
version: 0.19.{build}
|
||||
os: Windows Server 2012 R2
|
||||
configuration: RelWithDebInfo
|
||||
init:
|
||||
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
|
||||
on_finish:
|
||||
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
|
||||
before_build:
|
||||
- cd projects
|
||||
- genie_vs13.bat
|
||||
|
|
|
@ -40,7 +40,7 @@ public:
|
|||
if (!success) return;
|
||||
|
||||
ASSERT(file.getBuffer());
|
||||
Lumix::InputBlob blob(file.getBuffer(), file.size());
|
||||
Lumix::InputBlob blob(file.getBuffer(), (int)file.size());
|
||||
uint32_t hash = 0;
|
||||
blob.read(hash);
|
||||
uint32_t engine_hash = 0;
|
||||
|
|
Loading…
Reference in a new issue