1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-29 05:21:37 +03:00

Add travis CI

This commit is contained in:
Ivan Grokhotkov
2016-02-26 16:40:05 +03:00
parent 9eaeca3a03
commit c18bb56e61
3 changed files with 43 additions and 5 deletions

View File

@ -1,5 +1,3 @@
include Makefile.local
TOOLCHAIN_PREFIX := xtensa-lx106-elf-
CC := $(TOOLCHAIN_PREFIX)gcc
AR := $(TOOLCHAIN_PREFIX)ar