Files
obs-ffmpeg-encoder/ci/appveyor-package.bat
T
Michael Fabian 'Xaymar' Dirks b2b0aac330 ci: AppVeyor support
2018-11-13 19:47:14 +01:00

6 lines
311 B
Batchfile

ECHO -- Building 7z Archive --
cmake --build build/64 --target PACKAGE_7Z --config RelWithDebInfo
ECHO -- Building Zip Archive --
cmake --build build/64 --target PACKAGE_ZIP --config RelWithDebInfo
ECHO -- Building Installer --
"C:\Program Files (x86)\Inno Setup 5\ISCC.exe" /Qp ".\build\64\installer.iss" > nul