Travis: added smoke test for Particle Argon

This commit is contained in:
Benoit Blanchon
2020-11-10 09:58:40 +01:00
parent 30da920135
commit aa7cc5351c
5 changed files with 23 additions and 0 deletions

12
extras/ci/particle.sh Executable file
View File

@ -0,0 +1,12 @@
#!/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"

View File

@ -0,0 +1 @@
name=ArduinoJsonCI

View File

@ -0,0 +1,5 @@
#include "ArduinoJson.h"
void setup() {}
void loop() {}