mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 08:42:39 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			222 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			222 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh -ex
 | |
| 
 | |
| cd "$(dirname "$0")/../../"
 | |
| 
 | |
| npm install -g particle-cli
 | |
| 
 | |
| particle login -t "${PARTICLE_TOKEN}"
 | |
| 
 | |
| cp extras/particle/src/smocktest.ino src/
 | |
| cp extras/particle/project.properties ./
 | |
| 
 | |
| particle compile "$BOARD"
 |