no tests at the moment
This commit is contained in:
parent
a27900beea
commit
8809b3d142
1 changed files with 11 additions and 11 deletions
|
@ -4,17 +4,17 @@ cache:
|
||||||
paths:
|
paths:
|
||||||
- node_modules/
|
- node_modules/
|
||||||
|
|
||||||
all_tests:
|
#all_tests:
|
||||||
stage: test
|
# stage: test
|
||||||
script:
|
# script:
|
||||||
- echo $PATH
|
# - echo $PATH
|
||||||
- make -f test/lora32/Makefile defconfig all
|
# - make -f test/lora32/Makefile defconfig all
|
||||||
- npm install --unsafe-perm
|
# - npm install --unsafe-perm
|
||||||
- npm rebuild
|
# - npm rebuild
|
||||||
- npm test
|
# - npm test
|
||||||
artifacts:
|
# artifacts:
|
||||||
paths:
|
# paths:
|
||||||
- public
|
# - public
|
||||||
|
|
||||||
#pages:
|
#pages:
|
||||||
# stage: deploy
|
# stage: deploy
|
||||||
|
|
Loading…
Reference in a new issue