mirror of
				https://github.com/hyperion-project/hyperion.ng.git
				synced 2025-03-01 10:33:28 +00:00 
			
		
		
		
	Events
[skip ci]
This commit is contained in:
		| @@ -24,15 +24,20 @@ if [[ -n $TRAVIS_TAG ]]; then | ||||
| 	cmake -DPLATFORM=x86 -DCMAKE_BUILD_TYPE=Release .. || exit 2 | ||||
| 	make -j$(nproc) || exit 3 | ||||
|  | ||||
| # Compile hyperion for cron or PR | ||||
| else  | ||||
| 	cmake -DPLATFORM=x86-dev -DCMAKE_BUILD_TYPE=Debug .. || exit 4 | ||||
| # Compile hyperion for cron | ||||
| elif [[ $TRAVIS_EVENT_TYPE == 'cron' ]]; then | ||||
| 	cmake -DPLATFORM=x86 -DCMAKE_BUILD_TYPE=Debug .. || exit 4 | ||||
| 	make -j$(nproc) || exit 5 | ||||
|  | ||||
| # Compile for PR | ||||
| else  | ||||
| 	cmake -DPLATFORM=x86-dev -DCMAKE_BUILD_TYPE=Debug .. || exit 6 | ||||
| 	make -j$(nproc) || exit 7 | ||||
| fi | ||||
| 	 | ||||
| # Build the package on Linux | ||||
|  | ||||
| if [[ $TRAVIS_OS_NAME == 'linux' ]]; then | ||||
|     make -j$(nproc) package || exit 6 | ||||
|     make -j$(nproc) package || exit 8 | ||||
| fi | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user