mirror of https://github.com/ARMmbed/mbed-os.git
CI & local unit test fixes
parent
76f37fb2bc
commit
d480fab08b
|
@ -254,9 +254,9 @@ matrix:
|
||||||
features/frameworks/utest features/frameworks/unity components BUILD
|
features/frameworks/utest features/frameworks/unity components BUILD
|
||||||
- python tools/make.py -t GCC_ARM -m NUCLEO_F103RB --source=. --build=BUILD/NUCLEO_F103RB/GCC_ARM -j0
|
- python tools/make.py -t GCC_ARM -m NUCLEO_F103RB --source=. --build=BUILD/NUCLEO_F103RB/GCC_ARM -j0
|
||||||
# Run local equeue tests
|
# Run local equeue tests
|
||||||
- make -C ${EVENTS}/test/unit test
|
- make -C ${EVENTS}/tests/unit test
|
||||||
# Run profiling tests
|
# Run profiling tests
|
||||||
- make -C ${EVENTS}/test/unit prof | tee prof
|
- make -C ${EVENTS}/tests/unit prof | tee prof
|
||||||
after_success:
|
after_success:
|
||||||
# Update status, comparing with master if possible.
|
# Update status, comparing with master if possible.
|
||||||
- |
|
- |
|
||||||
|
|
|
@ -17,7 +17,7 @@ endif
|
||||||
ifdef WORD
|
ifdef WORD
|
||||||
CFLAGS += -m$(WORD)
|
CFLAGS += -m$(WORD)
|
||||||
endif
|
endif
|
||||||
CFLAGS += -I. -I.. -I../..
|
CFLAGS += -I. -I../../include
|
||||||
CFLAGS += -std=c99
|
CFLAGS += -std=c99
|
||||||
CFLAGS += -Wall
|
CFLAGS += -Wall
|
||||||
CFLAGS += -D_XOPEN_SOURCE=600
|
CFLAGS += -D_XOPEN_SOURCE=600
|
||||||
|
|
Loading…
Reference in New Issue