11 sudo apt-get --yes --force-yes install libusb-1.0-0-dev
13 sudo apt-get --yes --force-yes install libzip-dev
15 sudo apt-get --yes --force-yes install libbz2-dev
17 sudo apt-get --yes --force-yes install asciidoc
19 git clone https://github.com/NXPmicro/mfgtools.wiki.git ${APPVEYOR_BUILD_FOLDER}\mfgtools.wiki
23 echo %APPVEYOR_BUILD_FOLDER%
25 git submodule update --init
27 cd %APPVEYOR_BUILD_FOLDER%\libusb
29 git apply ..\msvc\0001-Static-link-C-library.patch
33 msbuild %APPVEYOR_BUILD_FOLDER%/msvc/uuu.sln /verbosity:minimal /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
35 copy %PLATFORM%\%CONFIGURATION%\dll\uuu.exe %APPVEYOR_BUILD_FOLDER%\uuu.exe
37 copy %PLATFORM%\%CONFIGURATION%\dll\libusb-1.0.dll %APPVEYOR_BUILD_FOLDER%\libusb-1.0.dll
46 rename -f 's/\.asciidoc$//' *
53 - path: libusb-1.0.dll
60 description: prebuild for $(APPVEYOR_REPO_COMMIT) \n\n $(APPVEYOR_REPO_COMMIT_MESSAGE)
62 secure: SWWVkwSfPyVIaPChBBl+uAA3Fau9Rl5iNPQ9VRL8yyggXvc6wPcr/O9iXBMVM7Ju
63 artifact: uuu.exe; libusb-1.0.dll; uuu/uuu; mfgtools.wiki/UUU.pdf