Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
events/equeue/.travis.yml@0:9adff937d42a, 2018-06-27 (annotated)
- Committer:
- basvuyk
- Date:
- Wed Jun 27 09:49:19 2018 +0000
- Revision:
- 0:9adff937d42a
Test
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| basvuyk | 0:9adff937d42a | 1 | script: |
| basvuyk | 0:9adff937d42a | 2 | # Strict compilation of library |
| basvuyk | 0:9adff937d42a | 3 | - CFLAGS='-pedantic -Werror' make |
| basvuyk | 0:9adff937d42a | 4 | |
| basvuyk | 0:9adff937d42a | 5 | # Runtime tests |
| basvuyk | 0:9adff937d42a | 6 | - make test |
| basvuyk | 0:9adff937d42a | 7 | |
| basvuyk | 0:9adff937d42a | 8 | # Relative profiling with current master |
| basvuyk | 0:9adff937d42a | 9 | - if ( git clone https://github.com/geky/events tests/master && |
| basvuyk | 0:9adff937d42a | 10 | make -s -C tests/master prof | tee tests/results.txt ) ; |
| basvuyk | 0:9adff937d42a | 11 | then |
| basvuyk | 0:9adff937d42a | 12 | cat tests/results.txt | make prof ; |
| basvuyk | 0:9adff937d42a | 13 | else |
| basvuyk | 0:9adff937d42a | 14 | make prof ; |
| basvuyk | 0:9adff937d42a | 15 | fi |