mirror of
				https://github.com/DigitalDevices/pvr.octonet.git
				synced 2025-03-01 10:53:09 +00:00 
			
		
		
		
	AppVeyor: Provide built addon as artifact
Allow users to fetch the builds generated by AppVeyor. Signed-off-by: Julian Scheel <julian@jusst.de>
This commit is contained in:
		| @@ -21,6 +21,11 @@ environment: | |||||||
|     - GENERATOR: "Visual Studio 14" |     - GENERATOR: "Visual Studio 14" | ||||||
|       CONFIG: Release |       CONFIG: Release | ||||||
|  |  | ||||||
|  | artifacts: | ||||||
|  |   - path: build/install/ | ||||||
|  |     name: pvr.octonet | ||||||
|  |     type: zip | ||||||
|  |  | ||||||
| build_script: | build_script: | ||||||
|   - cd .. |   - cd .. | ||||||
|   - set ROOT=%cd% |   - set ROOT=%cd% | ||||||
| @@ -31,5 +36,5 @@ build_script: | |||||||
|   - mkdir build |   - mkdir build | ||||||
|   - cd build |   - cd build | ||||||
|   # Must use absolute path for cmake to build depends correctly |   # Must use absolute path for cmake to build depends correctly | ||||||
|   - cmake -G "%GENERATOR%" -DADDONS_TO_BUILD=%ADDON% -DCMAKE_BUILD_TYPE=%CONFIG% -DADDON_SRC_PREFIX=%ROOT% -DCMAKE_INSTALL_PREFIX=%ROOT%\xbmc\addons -DPACKAGE_ZIP=1 %ROOT%\xbmc\project\cmake\addons |   - cmake -G "%GENERATOR%" -DADDONS_TO_BUILD=%ADDON% -DCMAKE_BUILD_TYPE=%CONFIG% -DADDON_SRC_PREFIX=%ROOT% -DCMAKE_INSTALL_PREFIX=install -DPACKAGE_ZIP=1 %ROOT%\xbmc\project\cmake\addons | ||||||
|   - cmake --build . --config %CONFIG% |   - cmake --build . --config %CONFIG% | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user