File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 1+ # This Source Code Form is subject to the terms of the Mozilla Public
2+ # License, v. 2.0. If a copy of the MPL was not distributed with this
3+ # file, You can obtain one at http://mozilla.org/MPL/2.0/.
4+
5+ dist : trusty
6+
7+ language : c
8+
9+ before_install :
10+ - sudo add-apt-repository -y ppa:terry.guo/gcc-arm-embedded
11+ - sudo apt-get update -qq
12+
13+ install :
14+ - sudo apt-get install -y --force-yes gcc-arm-none-eabi
15+
16+ before_script :
17+ - arm-none-eabi-gcc --version
18+
19+ script :
20+ - make && make test
Original file line number Diff line number Diff line change @@ -150,4 +150,7 @@ $(OBJDIR)/sensorweb.elf: $(OBJ)
150150clean :
151151 $(Q )$(RM ) -rf $(OBJDIR )
152152
153+ .PHONY : test
154+ test :
155+
153156-include $(OBJ :.o=.P)
You can’t perform that action at this time.
0 commit comments