]> granicus.if.org Git - esp-idf/commit
cmake: Build all examples in CI
authorAngus Gratton <angus@espressif.com>
Wed, 18 Apr 2018 07:54:28 +0000 (17:54 +1000)
committerAngus Gratton <gus@projectgus.com>
Mon, 30 Apr 2018 00:18:33 +0000 (10:18 +1000)
commit381be65472f9cd3dfaec5be4992293376ceb16f2
tree6a64a01313124bbb78b28b5eee7efb12515e1211
parent858b95a92479e8d578d7b755f8fd8e8fd713c754
cmake: Build all examples in CI

Includes some fixes for compile errors/warnings in examples.
23 files changed:
.gitlab-ci.yml
components/bt/CMakeLists.txt
components/lwip/CMakeLists.txt
components/partition_table/CMakeLists.txt
docs/en/api-guides/build-system-cmake.rst
examples/bluetooth/a2dp_sink/CMakeLists.txt [changed mode: 0755->0644]
examples/bluetooth/a2dp_sink/Makefile [changed mode: 0755->0644]
examples/bluetooth/a2dp_sink/README.md [changed mode: 0755->0644]
examples/bluetooth/a2dp_source/CMakeLists.txt [changed mode: 0755->0644]
examples/bluetooth/a2dp_source/Makefile [changed mode: 0755->0644]
examples/bluetooth/a2dp_source/README.md [changed mode: 0755->0644]
examples/bluetooth/a2dp_source/main/component.mk [changed mode: 0755->0644]
examples/bluetooth/ble_throughput/throughput_client/CMakeLists.txt [new file with mode: 0644]
examples/bluetooth/ble_throughput/throughput_server/CMakeLists.txt [new file with mode: 0644]
examples/bluetooth/bt_discovery/Makefile [changed mode: 0755->0644]
examples/bluetooth/bt_discovery/README.rst [changed mode: 0755->0644]
examples/bluetooth/bt_discovery/main/component.mk [changed mode: 0755->0644]
examples/bluetooth/bt_spp_vfs_acceptor/CMakeLists.txt [new file with mode: 0644]
examples/bluetooth/bt_spp_vfs_initiator/CMakeLists.txt [new file with mode: 0644]
examples/peripherals/spi_master/CMakeLists.txt
examples/wifi/iperf/components/CMakeLists.txt
tools/ci/build_examples_cmake.sh [new file with mode: 0755]
tools/cmake/scripts/data_file_embed_asm.cmake