File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -46,12 +46,16 @@ ci-travis:
46
46
@printf " $$ (tput bold)*****************$$ (tput sgr0)\n"
47
47
@printf " $$ (tput bold)* CI: Libraries *$$ (tput sgr0)\n"
48
48
@printf " $$ (tput bold)*****************$$ (tput sgr0)\n"
49
- @CI=true cd libraries/tock-cells && cargo test
50
- @CI=true cd libraries/tock-register-interface && cargo test
49
+ @cd libraries/tock-cells && CI=true cargo test
50
+ @cd libraries/tock-register-interface && CI=true cargo test
51
51
@printf " $$ (tput bold)**************$$ (tput sgr0)\n"
52
52
@printf " $$ (tput bold)* CI: Syntax *$$ (tput sgr0)\n"
53
53
@printf " $$ (tput bold)**************$$ (tput sgr0)\n"
54
54
@CI=true $(MAKE ) allcheck
55
+ @printf " $$ (tput bold)****************$$ (tput sgr0)\n"
56
+ @printf " $$ (tput bold)* CI: DocTests *$$ (tput sgr0)\n"
57
+ @printf " $$ (tput bold)****************$$ (tput sgr0)\n"
58
+ @cd kernel && CI=true TOCK_KERNEL_VERSION=ci_test cargo test
55
59
@printf " $$ (tput bold)*******************$$ (tput sgr0)\n"
56
60
@printf " $$ (tput bold)* CI: Compilation *$$ (tput sgr0)\n"
57
61
@printf " $$ (tput bold)*******************$$ (tput sgr0)\n"
You can’t perform that action at this time.
0 commit comments