Skip to content

Commit bda4e0f

Browse files
authored
make
1 parent d8618dc commit bda4e0f

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

.github/workflows/mcdc.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,6 @@ jobs:
5656
run: |
5757
sed -i '/if (NOT CMAKE_CROSSCOMPILING AND NOT OSAL_OMIT_DEPRECATED)/,/\}/s/set(UT_COVERAGE_COMPILE_FLAGS.*/set(UT_COVERAGE_COMPILE_FLAGS -pg -O0 -fprofile-arcs -ftest-coverage -fcondition-coverage -fprofile-abs-path)/' source/src/bsp/generic-linux/build_options.cmake
5858
sed -i '/if (NOT CMAKE_CROSSCOMPILING AND NOT OSAL_OMIT_DEPRECATED)/,/\}/s/set(UT_COVERAGE_LINK_FLAGS.*/set(UT_COVERAGE_LINK_FLAGS -pg -O0 -fprofile-arcs -ftest-coverage -fcondition-coverage -fprofile-abs-path)/' source/src/bsp/generic-linux/build_options.cmake
59-
cat source/src/bsp/generic-linux/build_options.cmake
60-
61-
- name: Debug
62-
run: |
63-
pwd
64-
ls
65-
cd source
66-
ls
67-
pwd
68-
cd src
69-
ls
7059
7160
- name: Set up build
7261
run: cmake
@@ -84,7 +73,7 @@ jobs:
8473

8574
- name: Build OSAL
8675
working-directory: build
87-
run: make all -j2
76+
run: make
8877

8978
- name: Execute Tests
9079
working-directory: build

0 commit comments

Comments
 (0)