Skip to content

Commit e7a97a6

Browse files
committed
convert to unix EOL from run_test.sh
1 parent 144108d commit e7a97a6

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

scripts/run_tests.sh

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,19 @@ if [ $BASENAME == "scripts" ]; then
2222
cd ..
2323
fi
2424

25-
echo_blue "Test 1: Build varmint firmware"
25+
echo_blue "Test 1a: Build varmint_10X firmware"
2626
rm -rf build
2727
mkdir build
2828
cd build
29-
cmake .. -DBOARD_TO_BUILD=varmint -DCMAKE_BUILD_TYPE=Release && make -j
29+
cmake .. -DBOARD_TO_BUILD=varmint_10X -DCMAKE_BUILD_TYPE=Release && make -j
30+
print_result $?
31+
cd ..
32+
33+
echo_blue "Test 1b: Build varmint_11X firmware"
34+
rm -rf build
35+
mkdir build
36+
cd build
37+
cmake .. -DBOARD_TO_BUILD=varmint_11X -DCMAKE_BUILD_TYPE=Release && make -j
3038
print_result $?
3139
cd ..
3240

0 commit comments

Comments
 (0)