default config on make

This commit is contained in:
Morgan Allen 2018-07-28 14:52:20 -07:00
parent e6ef815314
commit 1f8e6575dc
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ cache:
all_tests:
stage: test
script:
- make -f test/lora32/Makefile
- make -f test/lora32/Makefile defconfig all
- npm install --unsafe-perm
- npm test
artifacts: