no tests at the moment

This commit is contained in:
Morgan 'ARR\!' Allen 2020-02-22 13:49:05 -08:00
parent a27900beea
commit 8809b3d142
1 changed files with 11 additions and 11 deletions

View File

@ -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