Skip to content

Commit

Permalink
Make sure to build unit tests on Linux
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Hughes <tomtheengineer@gmail.com>
  • Loading branch information
thughes committed Apr 28, 2018
1 parent 7904fff commit c8a3e93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions circle/build_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ for test_type in ${TEST_TYPES}; do
rm -rf build && mkdir build && pushd build
cmake \
-DCMAKE_TOOLCHAIN_FILE=../GNUlinux_config.cmake \
-DNE10_BUILD_UNIT_TEST=ON \
-DBUILD_DEBUG=${BUILD_DEBUG} \
${test_type} \
..
Expand Down

0 comments on commit c8a3e93

Please sign in to comment.