7 lines
95 B
Batchfile
7 lines
95 B
Batchfile
|
@ECHO OFF
|
||
|
SETLOCAL
|
||
|
|
||
|
SET platform=x64
|
||
|
SET configuration=Release
|
||
|
|
||
|
CALL scripts\build-appveyor.bat
|