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:
|
||||
- node_modules/
|
||||
|
||||
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
|
||||
#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
|
||||
|
||||
#pages:
|
||||
# stage: deploy
|
||||
|
|
Loading…
Reference in a new issue