mirror of
				https://github.com/thelsing/knx.git
				synced 2025-10-26 10:26:25 +01:00 
			
		
		
		
	next
This commit is contained in:
		
							parent
							
								
									0d5ad80f6a
								
							
						
					
					
						commit
						58cb349e6f
					
				@ -25,8 +25,7 @@ before_install:
 | 
			
		||||
    - if [ "$MODE" = "LINUX" ]; then eval "${MATRIX_EVAL}"; fi
 | 
			
		||||
    - if [ "$MODE" = "ARDUINO" ]; then source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh); fi
 | 
			
		||||
    - if [ "$MODE" = "ARDUINO" ]; then wget https://github.com/thelsing/FlashStorage/archive/master.zip; fi
 | 
			
		||||
    - if [ "$MODE" = "ARDUINO" ]; then mkdir -p $PWD/../FlashStorage; fi
 | 
			
		||||
    - if [ "$MODE" = "ARDUINO" ]; then unzip master.zip -d $PWD/../FlashStorage; fi
 | 
			
		||||
    - if [ "$MODE" = "ARDUINO" ]; then unzip master.zip -d /home/travis/arduino_ide/libraries; fi
 | 
			
		||||
install:
 | 
			
		||||
  - if [ "$MODE" = "ARDUINO" ]; then arduino --install-library "WiFiManager"; fi
 | 
			
		||||
script:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user