Commit e01dca5 1 parent d3f3476 commit e01dca5 Copy full SHA for e01dca5
File tree 5 files changed +15
-4
lines changed
5 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
timeout-minutes : 10
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - name : Checkout code and submodules
15
+ uses : actions/checkout@v2
16
+ with :
17
+ submodules : ' recursive'
18
+
15
19
- name : Running build generation
16
20
run : |
17
21
make setup
Original file line number Diff line number Diff line change @@ -7,5 +7,3 @@ cppcheckbuild/
7
7
* .a2
8
8
* .s1
9
9
* .s2
10
-
11
- cpputest /
Original file line number Diff line number Diff line change
1
+ [submodule "cpputest "]
2
+ path = cpputest
3
+ url = https://github.com/cpputest/cpputest.git
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- sudo apt install clang-format cpputest cppcheck
3
+ sudo apt install clang-format cppcheck
4
+
5
+ cd cpputest
6
+ autoreconf . -i
7
+ ./configure
8
+ make tdd
You can’t perform that action at this time.
0 commit comments