1
0
Fork 0

feat: include additional makefiles, add example

This commit is contained in:
ssube 2019-09-28 15:24:51 -05:00
parent f051b022a7
commit 15d5e833a2
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
4 changed files with 6 additions and 2 deletions

View File

@ -16,7 +16,7 @@ build-node:
- .build-node
script:
- make build test
- make ci
artifacts:
expire_in: 1 day

View File

@ -158,3 +158,5 @@ upload-climate:
upload-codecov:
codecov --disable=gcov --file=$(TARGET_PATH)/coverage/lcov.info --token=$(shell echo "${CODECOV_SECRET}" | base64 -d)
include $(shell find $(ROOT_PATH) -name '*.mk' | grep -v node_modules)

1
run.mk Normal file
View File

@ -0,0 +1 @@
ci: all

View File

@ -1,3 +1,4 @@
config/rollup-named.json
LICENSE.md
README.md
README.md
run.mk