mirror of
				https://github.com/DigitalDevices/pvr.octonet.git
				synced 2025-03-01 10:53:09 +00:00 
			
		
		
		
	build with Kodi master API
This commit is contained in:
		| @@ -36,7 +36,7 @@ before_install: | ||||
| # | ||||
| before_script: | ||||
|   - cd $TRAVIS_BUILD_DIR/.. | ||||
|   - git clone --branch Matrix --depth=1 https://github.com/xbmc/xbmc.git | ||||
|   - git clone --branch master --depth=1 https://github.com/xbmc/xbmc.git | ||||
|   - mkdir -p xbmc/cmake/addons/addons/pvr.octonet | ||||
|   - echo "pvr.octonet https://github.com/DigitalDevices/pvr.octonet master" > xbmc/cmake/addons/addons/pvr.octonet/pvr.octonet.txt | ||||
|   - cd $TRAVIS_BUILD_DIR && mkdir build && cd build | ||||
|   | ||||
| @@ -20,7 +20,7 @@ $ git clone https://github.com/DigitalDevices/pvr.octonet.git | ||||
| Clone the Kodi repository: | ||||
|  | ||||
| ``` | ||||
| $ git clone --branch Matrix https://github.com/xbmc/xbmc.git | ||||
| $ git clone --branch master https://github.com/xbmc/xbmc.git | ||||
| ``` | ||||
|  | ||||
| ``` | ||||
|   | ||||
| @@ -29,7 +29,7 @@ artifacts: | ||||
| build_script: | ||||
|   - cd .. | ||||
|   - set ROOT=%cd% | ||||
|   - git clone --branch Matrix --depth=1 https://github.com/xbmc/xbmc.git | ||||
|   - git clone --branch master --depth=1 https://github.com/xbmc/xbmc.git | ||||
|   - mkdir xbmc\cmake\addons\addons\pvr.octonet | ||||
|   - echo pvr.octonet https://github.com/DigitalDevices/pvr.octonet master > xbmc\cmake\addons\addons\pvr.octonet\pvr.octonet.txt | ||||
|   - cd %ADDON% | ||||
|   | ||||
		Reference in New Issue
	
	Block a user