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 - make
- cd ../../firmware/libopencm3 - cd ../../firmware/libopencm3
- make - make
- cd ../hackrf_usb - cd ..
- mkdir build - mkdir build
- cd build - cd build
- cmake .. - cmake ..