mirror of
				https://github.com/thelsing/knx.git
				synced 2025-10-26 10:26:25 +01:00 
			
		
		
		
	.
This commit is contained in:
		
							parent
							
								
									c5291f3e8e
								
							
						
					
					
						commit
						885852a88b
					
				@ -31,13 +31,12 @@ before_install:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    # the HDC100X lib is not properly set up in githup so move things around a bit
 | 
					    # the HDC100X lib is not properly set up in githup so move things around a bit
 | 
				
			||||||
    - if [ "$MODE" = "ARDUINO" ]; then downloadArduinoLib HDC100X "https://github.com/RFgermany/HDC100X_Arduino_Library/archive/master.zip"; fi
 | 
					    - if [ "$MODE" = "ARDUINO" ]; then downloadArduinoLib HDC100X "https://github.com/RFgermany/HDC100X_Arduino_Library/archive/master.zip"; fi
 | 
				
			||||||
    - if [ "$MODE" = "ARDUINO" ]; then mv $HOME/arduino_ide/libraries/HDC100X_Arduino_Library-master/HDC100X/* $HOME/arduino_ide/libraries/HDC100X_Arduino_Library-master; fi
 | 
					    - if [ "$MODE" = "ARDUINO" ]; then mv -f $HOME/arduino_ide/libraries/HDC100X_Arduino_Library-master/HDC100X/* $HOME/arduino_ide/libraries/HDC100X_Arduino_Library-master; fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - buildExampleSketch() { arduino --verify --board $BOARD $PWD/examples/$1/$1.ino; }
 | 
					    - buildExampleSketch() { arduino --verify --board $BOARD $PWD/examples/$1/$1.ino; }
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
install:
 | 
					install:
 | 
				
			||||||
  - if [ "$MODE" = "ARDUINO" ]; then arduino --install-library "WiFiManager"; fi
 | 
					  - if [ "$MODE" = "ARDUINO" ]; then arduino --install-library "WiFiManager"; fi
 | 
				
			||||||
  - if [ "$MODE" = "ARDUINO" ]; then ls -lR $HOME/arduino_ide/libraries; fi
 | 
					 | 
				
			||||||
script:
 | 
					script:
 | 
				
			||||||
     - if [ "$MODE" = "LINUX" ]; then cd knx-linux; fi
 | 
					     - if [ "$MODE" = "LINUX" ]; then cd knx-linux; fi
 | 
				
			||||||
     - if [ "$MODE" = "LINUX" ]; then mkdir -p build; fi
 | 
					     - if [ "$MODE" = "LINUX" ]; then mkdir -p build; fi
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user