schwehr / generic-sensor-format

Sonar Generic Sensor Format (gsf) codec
Other
13 stars 8 forks source link

Travis continuous integration #12

Closed schwehr closed 9 years ago

schwehr commented 9 years ago

Setup Travis for gsf.

schwehr commented 9 years ago

Done with these commits: https://github.com/schwehr/generic-sensor-format/commit/df026871f5a12b23ed727f4e22d4062ff2a0b6e0 https://github.com/schwehr/generic-sensor-format/commit/852fc8478865d21fb5969423e7c26d5566532c81

Build failure (issue #18), but it is running.

$ make test
(cd src && make all)
make[1]: Entering directory `/home/travis/build/schwehr/generic-sensor-format/src'
gcc    -c -o gsf.o gsf.c
gsf.c: In function ‘gsfStat’:
gsf.c:258:24: error: storage size of ‘stbuf’ isn’t known
make[1]: *** [gsf.o] Error 1
make[1]: Leaving directory `/home/travis/build/schwehr/generic-sensor-format/src'
make: *** [all] Error 2
The command "make test" exited with 2.