File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -254,9 +254,9 @@ matrix:
254
254
features/frameworks/utest features/frameworks/unity components BUILD
255
255
- python tools/make.py -t GCC_ARM -m NUCLEO_F103RB --source=. --build=BUILD/NUCLEO_F103RB/GCC_ARM -j0
256
256
# Run local equeue tests
257
- - make -C ${EVENTS}/test /unit test
257
+ - make -C ${EVENTS}/tests /unit test
258
258
# Run profiling tests
259
- - make -C ${EVENTS}/test /unit prof | tee prof
259
+ - make -C ${EVENTS}/tests /unit prof | tee prof
260
260
after_success :
261
261
# Update status, comparing with master if possible.
262
262
- |
Original file line number Diff line number Diff line change 17
17
ifdef WORD
18
18
CFLAGS += -m$(WORD )
19
19
endif
20
- CFLAGS += -I. -I.. -I.. /..
20
+ CFLAGS += -I. -I../../include
21
21
CFLAGS += -std=c99
22
22
CFLAGS += -Wall
23
23
CFLAGS += -D_XOPEN_SOURCE=600
You can’t perform that action at this time.
0 commit comments