File tree 3 files changed +18
-10
lines changed
3 files changed +18
-10
lines changed Original file line number Diff line number Diff line change 11
11
with :
12
12
node-version : ' 16'
13
13
- name : Get GoogleTest
14
- run : git submodule update --init
14
+ run : |
15
+ cd CPP/Tests
16
+ git clone https://github.com/google/googletest
15
17
- name : Add MSBuild to PATH
16
18
17
19
- name : Build
32
34
with :
33
35
node-version : ' 16'
34
36
- name : Get GoogleTest
35
- run : git submodule update --init
37
+ run : |
38
+ cd CPP/Tests
39
+ git clone https://github.com/google/googletest
36
40
- name : Build
37
41
run : |
38
42
mkdir CPP/build
51
55
with :
52
56
node-version : ' 16'
53
57
- name : Get GoogleTest
54
- run : git submodule update --init
58
+ run : |
59
+ cd CPP/Tests
60
+ git clone https://github.com/google/googletest
55
61
- name : Install gcc 11
56
62
run : |
57
63
sudo apt update
75
81
with :
76
82
node-version : ' 16'
77
83
- name : Get GoogleTest
78
- run : git submodule update --init
84
+ run : |
85
+ cd CPP/Tests
86
+ git clone https://github.com/google/googletest
79
87
- name : Build
80
88
run : |
81
89
export CC=/usr/bin/clang
96
104
with :
97
105
node-version : ' 16'
98
106
- name : Get GoogleTest
99
- run : git submodule update --init
107
+ run : |
108
+ cd CPP/Tests
109
+ git clone https://github.com/google/googletest
100
110
- name : Install clang 13
101
111
run : |
102
112
wget https://apt.llvm.org/llvm.sh
@@ -122,7 +132,9 @@ jobs:
122
132
with :
123
133
node-version : ' 16'
124
134
- name : Get GoogleTest
125
- run : git submodule update --init
135
+ run : |
136
+ cd CPP/Tests
137
+ git clone https://github.com/google/googletest
126
138
- name : Build
127
139
run : |
128
140
mkdir CPP/build
Original file line number Diff line number Diff line change 1
- [submodule "CPP/Tests/googletest "]
2
- path = CPP/Tests/googletest
3
- url = https://github.com/google/googletest
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments