mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-12-13 19:13:14 +00:00
Update .travis.yml
This commit is contained in:
@@ -179,6 +179,7 @@ before_deploy:
|
|||||||
opt_enable $ALL_PROTOCOLS;
|
opt_enable $ALL_PROTOCOLS;
|
||||||
opt_enable MULTI_STATUS;
|
opt_enable MULTI_STATUS;
|
||||||
opt_disable MULTI_TELEMETRY;
|
opt_disable MULTI_TELEMETRY;
|
||||||
|
buildMulti;
|
||||||
mv build/Multiprotocol.ino.bin ./binaries/multi-stm-erskytx-inv-usbdebug-$TRAVIS_TAG.bin;
|
mv build/Multiprotocol.ino.bin ./binaries/multi-stm-erskytx-inv-usbdebug-$TRAVIS_TAG.bin;
|
||||||
opt_disable MULTI_STATUS;
|
opt_disable MULTI_STATUS;
|
||||||
opt_enable MULTI_TELEMETRY;
|
opt_enable MULTI_TELEMETRY;
|
||||||
@@ -191,6 +192,7 @@ before_deploy:
|
|||||||
opt_enable $ALL_PROTOCOLS;
|
opt_enable $ALL_PROTOCOLS;
|
||||||
opt_enable MULTI_STATUS;
|
opt_enable MULTI_STATUS;
|
||||||
opt_disable MULTI_TELEMETRY;
|
opt_disable MULTI_TELEMETRY;
|
||||||
|
buildMulti;
|
||||||
mv build/Multiprotocol.ino.bin ./binaries/multi-stm-erskytx-inv-ftdidebug-$TRAVIS_TAG.bin;
|
mv build/Multiprotocol.ino.bin ./binaries/multi-stm-erskytx-inv-ftdidebug-$TRAVIS_TAG.bin;
|
||||||
opt_disable MULTI_STATUS;
|
opt_disable MULTI_STATUS;
|
||||||
opt_enable MULTI_TELEMETRY;
|
opt_enable MULTI_TELEMETRY;
|
||||||
|
|||||||
Reference in New Issue
Block a user