File tree 2 files changed +5
-10
lines changed
2 files changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -37,19 +37,13 @@ jobs:
37
37
echo "${DEPENDENCIES_DIR}/install/bin" >> $GITHUB_PATH
38
38
echo "YARP_DATA_DIRS=${DEPENDENCIES_DIR}/install/share/yarp:${DEPENDENCIES_DIR}/install/share/iCub:${DEPENDENCIES_DIR}/install/share/CER:${DEPENDENCIES_DIR}/install/share/navigation:${DEPENDENCIES_DIR}/install/share/ICUBcontrib" >> $GITHUB_ENV
39
39
40
- - name : Configure
40
+ - name : Configure Tests
41
41
shell : bash
42
42
run : |
43
43
cd ./tests/dry-run/
44
- ./configure.sh
44
+ ./configure-tests .sh
45
45
46
- - name : Install
47
- shell : bash
48
- run : |
49
- cd ./tests/dry-run/build
50
- cmake --build . --config Release --target install
51
-
52
- - name : Test
46
+ - name : Tests
53
47
shell : bash
54
48
run : |
55
49
cd ./tests/dry-run/build
Original file line number Diff line number Diff line change @@ -10,4 +10,5 @@ mkdir -p build && cd build
10
10
cmake -DCMAKE_PREFIX_PATH=${DEPENDENCIES_DIR} /install \
11
11
-DCMAKE_INSTALL_PREFIX=${DEPENDENCIES_DIR} /install \
12
12
-DBUILD_TESTING:BOOL=ON \
13
- -DINSTALL_ALL_ROBOTS:BOOL=ON ../../../
13
+ -DINSTALL_ALL_ROBOTS:BOOL=ON ../../../
14
+ cmake --build . --config Release --target install
You can’t perform that action at this time.
0 commit comments