source: rtos_arduino/trunk/arduino_lib/libraries/ArduinoJson/scripts/travis/coverage.sh@ 209

Last change on this file since 209 was 209, checked in by ertl-honda, 8 years ago

BlueMix用のフィアルを追加

File size: 251 bytes
Line 
1#!/bin/sh -eux
2
3curl https://cmake.org/files/v3.4/cmake-3.4.0-Linux-x86_64.tar.gz | tar xz -C /tmp --strip 1
4
5/tmp/bin/cmake -DCOVERAGE=true .
6make
7make test
8
9pip install --user cpp-coveralls
10coveralls --exclude third-party --gcov-options '\-lp'; fi
Note: See TracBrowser for help on using the repository browser.