91
91
with :
92
92
name : cconvscripts
93
93
path : ${{github.workspace}}/depsfolder/checkedc-clang/clang/tools/cconv-standalone/utils
94
+
95
+ # Upload Test files
96
+ - name : Upload Test files
97
+ uses : actions/upload-artifact@v2
98
+ with :
99
+ name : cconvtests
100
+ path : ${{github.workspace}}/depsfolder/checkedc-clang/clang/test
94
101
95
102
96
103
unittests :
@@ -109,6 +116,13 @@ jobs:
109
116
with :
110
117
name : cconvbuild
111
118
path : ${{runner.workspace}}/${{env.builddir}}
119
+
120
+ # Download test files
121
+ - name : Download test files
122
+ uses : actions/download-artifact@v2
123
+ with :
124
+ name : cconvtests
125
+ path : ${{github.workspace}}/depsfolder/checkedc-clang/clang/test
112
126
113
127
- name : Clone checked c headers
114
128
uses : actions/checkout@v2
@@ -138,10 +152,13 @@ jobs:
138
152
# clone and install bear
139
153
# Needed for generating compile_commands.json
140
154
- name : Clone Bear
141
- uses : actions/checkout@v2
142
- with :
143
- repository : rizsotto/Bear
144
- path : depsfolder/bear
155
+ run : |
156
+ mkdir -p ${{github.workspace}}/depsfolder
157
+ cd ${{github.workspace}}/depsfolder
158
+ git clone https://github.com/rizsotto/Bear.git bear
159
+ cd bear
160
+ git pull
161
+ git checkout -f 75ff7f561652509ec9b34095881fdb6c4a56c9e0
145
162
- name : Install Bear
146
163
run : |
147
164
mkdir -p ${{runner.workspace}}/depsfolder/bear
@@ -203,10 +220,13 @@ jobs:
203
220
# clone and install bear
204
221
# Needed for generating compile_commands.json
205
222
- name : Clone Bear
206
- uses : actions/checkout@v2
207
- with :
208
- repository : rizsotto/Bear
209
- path : depsfolder/bear
223
+ run : |
224
+ mkdir -p ${{github.workspace}}/depsfolder
225
+ cd ${{github.workspace}}/depsfolder
226
+ git clone https://github.com/rizsotto/Bear.git bear
227
+ cd bear
228
+ git pull
229
+ git checkout -f 75ff7f561652509ec9b34095881fdb6c4a56c9e0
210
230
- name : Install Bear
211
231
run : |
212
232
mkdir -p ${{runner.workspace}}/depsfolder/bear
@@ -291,10 +311,13 @@ jobs:
291
311
# clone and install bear
292
312
# Needed for generating compile_commands.json
293
313
- name : Clone Bear
294
- uses : actions/checkout@v2
295
- with :
296
- repository : rizsotto/Bear
297
- path : depsfolder/bear
314
+ run : |
315
+ mkdir -p ${{github.workspace}}/depsfolder
316
+ cd ${{github.workspace}}/depsfolder
317
+ git clone https://github.com/rizsotto/Bear.git bear
318
+ cd bear
319
+ git pull
320
+ git checkout -f 75ff7f561652509ec9b34095881fdb6c4a56c9e0
298
321
- name : Install Bear
299
322
run : |
300
323
mkdir -p ${{runner.workspace}}/depsfolder/bear
@@ -359,10 +382,13 @@ jobs:
359
382
# clone and install bear
360
383
# Needed for generating compile_commands.json
361
384
- name : Clone Bear
362
- uses : actions/checkout@v2
363
- with :
364
- repository : rizsotto/Bear
365
- path : depsfolder/bear
385
+ run : |
386
+ mkdir -p ${{github.workspace}}/depsfolder
387
+ cd ${{github.workspace}}/depsfolder
388
+ git clone https://github.com/rizsotto/Bear.git bear
389
+ cd bear
390
+ git pull
391
+ git checkout -f 75ff7f561652509ec9b34095881fdb6c4a56c9e0
366
392
- name : Install Bear
367
393
run : |
368
394
mkdir -p ${{runner.workspace}}/depsfolder/bear
@@ -426,10 +452,13 @@ jobs:
426
452
# clone and install bear
427
453
# Needed for generating compile_commands.json
428
454
- name : Clone Bear
429
- uses : actions/checkout@v2
430
- with :
431
- repository : rizsotto/Bear
432
- path : depsfolder/bear
455
+ run : |
456
+ mkdir -p ${{github.workspace}}/depsfolder
457
+ cd ${{github.workspace}}/depsfolder
458
+ git clone https://github.com/rizsotto/Bear.git bear
459
+ cd bear
460
+ git pull
461
+ git checkout -f 75ff7f561652509ec9b34095881fdb6c4a56c9e0
433
462
- name : Install Bear
434
463
run : |
435
464
mkdir -p ${{runner.workspace}}/depsfolder/bear
@@ -494,10 +523,13 @@ jobs:
494
523
# clone and install bear
495
524
# Needed for generating compile_commands.json
496
525
- name : Clone Bear
497
- uses : actions/checkout@v2
498
- with :
499
- repository : rizsotto/Bear
500
- path : depsfolder/bear
526
+ run : |
527
+ mkdir -p ${{github.workspace}}/depsfolder
528
+ cd ${{github.workspace}}/depsfolder
529
+ git clone https://github.com/rizsotto/Bear.git bear
530
+ cd bear
531
+ git pull
532
+ git checkout -f 75ff7f561652509ec9b34095881fdb6c4a56c9e0
501
533
- name : Install Bear
502
534
run : |
503
535
mkdir -p ${{runner.workspace}}/depsfolder/bear
0 commit comments