esp32-lora/.gitlab-ci.yml

27 lines
367 B
YAML
Raw Normal View History

2018-07-28 16:57:07 -04:00
image: node:latest
cache:
paths:
- node_modules/
all_tests:
stage: test
script:
2018-07-28 18:08:14 -04:00
- echo $PATH
2018-07-28 17:52:20 -04:00
- make -f test/lora32/Makefile defconfig all
2018-07-28 16:57:07 -04:00
- npm install --unsafe-perm
- npm test
artifacts:
paths:
- public
pages:
stage: deploy
dependencies:
- all_tests
script:
- echo "Echo"
artifacts:
paths:
- public