CI: added compile test for jn516x folder

This commit is contained in:
Simon Duquennoy 2017-11-17 13:49:09 -08:00
parent 0243d57912
commit f1413b6e00
2 changed files with 6 additions and 1 deletions

View File

@ -25,7 +25,7 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
TOOLS=tools sky
TOOLS=tools sky jn516x
TOOLSDIR=../../tools
TESTLOGS=$(patsubst %,%.testlog, $(TOOLS))

View File

@ -21,5 +21,10 @@ endif
all: $(SERIALDUMP)
CFLAGS += -Wall -Werror
$(SERIALDUMP): serialdump.c
$(CC) -O2 -o $@ $<
clean:
rm -f $(SERIALDUMP)