esp32-lora/.gitlab-ci.yml

28 lines
405 B
YAML
Raw Normal View History

2018-07-28 16:57:07 -04:00
image: node:latest
cache:
paths:
- node_modules/
2020-02-22 16:49:05 -05:00
#all_tests:
# stage: test
# script:
# - echo $PATH
# - make -f test/lora32/Makefile defconfig all
# - npm install --unsafe-perm
# - npm rebuild
# - npm test
# artifacts:
# paths:
# - public
2018-07-28 16:57:07 -04:00
2018-07-29 02:42:55 -04:00
#pages:
# stage: deploy
# dependencies:
# - all_tests
# script:
# - echo "Echo"
# artifacts:
# paths:
# - public