have Travis-ci build all firmware, not just hackrf_usb

This commit is contained in:
Michael Ossmann
2017-01-26 23:29:38 -07:00
parent e3a3bffca5
commit 33eeb33c4b

View File

@ -36,7 +36,7 @@ script:
- make
- cd ../../firmware/libopencm3
- make
- cd ../hackrf_usb
- cd ..
- mkdir build
- cd build
- cmake ..