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
|
2018-08-05 21:09:07 -04:00
|
|
|
- npm rebuild
|
2018-07-28 16:57:07 -04:00
|
|
|
- npm test
|
|
|
|
artifacts:
|
|
|
|
paths:
|
|
|
|
- public
|
|
|
|
|
2018-07-29 02:42:55 -04:00
|
|
|
#pages:
|
|
|
|
# stage: deploy
|
|
|
|
# dependencies:
|
|
|
|
# - all_tests
|
|
|
|
# script:
|
|
|
|
# - echo "Echo"
|
|
|
|
# artifacts:
|
|
|
|
# paths:
|
|
|
|
# - public
|