SAKURA Internet
/
SakuraIO_Standard
Sample program of SAKURA Internet IoT Communication Module
View the Github repository.
Diff: travis.sh
- Revision:
- 13:2befc704b349
- Parent:
- 12:ba049d7b931e
diff -r 7a8ac571c8ad -r 2befc704b349 travis.sh --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/travis.sh Sun Feb 25 04:42:27 2018 +0900 @@ -0,0 +1,8 @@ +#!/bin/bash + +TARGET=NUCLEO_F401RE + +mbed-cli deploy +mbed compile -m ${TARGET} -t GCC_ARM + +exit $?