default config on make
This commit is contained in:
parent
e6ef815314
commit
1f8e6575dc
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ cache:
|
||||||
all_tests:
|
all_tests:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- make -f test/lora32/Makefile
|
- make -f test/lora32/Makefile defconfig all
|
||||||
- npm install --unsafe-perm
|
- npm install --unsafe-perm
|
||||||
- npm test
|
- npm test
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
Loading…
Reference in a new issue