esp32-lora/.gitlab-ci.yml
Morgan Allen e9acc2081c gitlab ci
2018-07-28 13:57:07 -07:00

25 lines
336 B
YAML

image: node:latest
cache:
paths:
- node_modules/
all_tests:
stage: test
script:
- make -f test/lora32/Makefile
- npm install --unsafe-perm
- npm test
artifacts:
paths:
- public
pages:
stage: deploy
dependencies:
- all_tests
script:
- echo "Echo"
artifacts:
paths:
- public