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