mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 08:42:39 +01:00 
			
		
		
		
	CI: test more platforms on PlatformIO
This commit is contained in:
		| @@ -1,20 +0,0 @@ | ||||
| #!/bin/sh -eux | ||||
|  | ||||
| BOARD=$1 | ||||
|  | ||||
| case $BOARD in | ||||
| uno) | ||||
|   platformio lib install 868 # SD library | ||||
|   platformio lib install 872 # Ethernet library | ||||
|   ;; | ||||
| esp01) | ||||
|   platformio lib uninstall 161 || true | ||||
|   platformio lib uninstall 868 || true | ||||
|   platformio lib uninstall 872 || true | ||||
|   ;; | ||||
| esac | ||||
|  | ||||
| for EXAMPLE in $PWD/examples/*/*.ino;  | ||||
| do | ||||
| 	platformio ci $EXAMPLE -l '.' -b $BOARD | ||||
| done | ||||
		Reference in New Issue
	
	Block a user