mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
feat(travis): docs and tests of youtube3 on travis
This might already bring it close to 7 minutes runtime, which seems like providing us with a buffer big enough for when it is feature-complete.
This commit is contained in:
7
Makefile
7
Makefile
@@ -16,7 +16,12 @@ RUST_SRC = src/rust
|
||||
API_DEPS_TPL = $(MAKO_SRC)/deps.mako
|
||||
API_DEPS = .api.deps
|
||||
API_SHARED_INFO = etc/api/shared.yaml
|
||||
API_LIST = etc/api/api-list.yaml
|
||||
API_LIST = etc/api/
|
||||
ifdef TRAVIS
|
||||
API_LIST := $(API_LIST)api-list_travis.yaml
|
||||
else
|
||||
API_LIST := $(API_LIST)api-list.yaml
|
||||
endif
|
||||
API_JSON_FILES = $(shell find etc -type f -name '*-api.json')
|
||||
MAKO_LIB_DIR = $(MAKO_SRC)/lib
|
||||
MAKO_LIB_FILES = $(shell find $(MAKO_LIB_DIR) -type f -name '*.*')
|
||||
|
||||
Reference in New Issue
Block a user