@@ -3,7 +3,7 @@ name: Darknet Continuous Integration
3
3
on : [push, pull_request]
4
4
5
5
jobs :
6
- linux-make :
6
+ ubuntu-makefile :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
- uses : actions/checkout@v2
68
68
make clean
69
69
70
70
71
- linux-cmake -vcpkg :
71
+ ubuntu -vcpkg :
72
72
runs-on : ubuntu-latest
73
73
steps :
74
74
- uses : actions/checkout@v2
@@ -119,7 +119,7 @@ jobs:
119
119
path : ${{ github.workspace }}/uselib*
120
120
121
121
122
- linux-cmake :
122
+ ubuntu :
123
123
runs-on : ubuntu-latest
124
124
steps :
125
125
- uses : actions/checkout@v2
@@ -160,7 +160,7 @@ jobs:
160
160
path : ${{ github.workspace }}/uselib*
161
161
162
162
163
- linux-cmake-with -cuda :
163
+ ubuntu -cuda :
164
164
runs-on : ubuntu-latest
165
165
steps :
166
166
- uses : actions/checkout@v2
@@ -223,7 +223,7 @@ jobs:
223
223
path : ${{ github.workspace }}/uselib*
224
224
225
225
226
- linux-cmake- no-opencv -cpp-mode :
226
+ ubuntu- no-ocv -cpp :
227
227
runs-on : ubuntu-latest
228
228
steps :
229
229
- uses : actions/checkout@v2
@@ -242,7 +242,7 @@ jobs:
242
242
buildWithCMakeArgs : ' --target install'
243
243
244
244
245
- macos-cmake -vcpkg :
245
+ osx -vcpkg :
246
246
runs-on : macOS-latest
247
247
steps :
248
248
- uses : actions/checkout@v2
@@ -291,7 +291,7 @@ jobs:
291
291
path : ${{ github.workspace }}/uselib*
292
292
293
293
294
- macos-cmake :
294
+ osx :
295
295
runs-on : macOS-latest
296
296
steps :
297
297
- uses : actions/checkout@v2
@@ -330,7 +330,7 @@ jobs:
330
330
path : ${{ github.workspace }}/uselib*
331
331
332
332
333
- macos-cmake- no-opencv -no-omp-cpp-mode :
333
+ osx- no-ocv -no-omp-cpp :
334
334
runs-on : macOS-latest
335
335
steps :
336
336
- uses : actions/checkout@v2
@@ -349,7 +349,7 @@ jobs:
349
349
buildWithCMakeArgs : ' --target install'
350
350
351
351
352
- windows-cmake -vcpkg :
352
+ win -vcpkg :
353
353
runs-on : windows-latest
354
354
steps :
355
355
- uses : actions/checkout@v2
@@ -399,7 +399,7 @@ jobs:
399
399
path : ${{ github.workspace }}/uselib*
400
400
401
401
402
- windows-cmake- vcpkg-with -cuda :
402
+ win- vcpkg-cuda :
403
403
runs-on : windows-latest
404
404
steps :
405
405
- uses : actions/checkout@v2
@@ -465,7 +465,7 @@ jobs:
465
465
path : ${{ github.workspace }}/uselib*
466
466
467
467
468
- windows-cmake -integrated-libs :
468
+ win -integrated-libs :
469
469
runs-on : windows-latest
470
470
steps :
471
471
- uses : actions/checkout@v2
@@ -505,7 +505,7 @@ jobs:
505
505
path : ${{ github.workspace }}/uselib*
506
506
507
507
508
- windows-cmake-integrated-libs- cpp-mode :
508
+ win-intlibs- cpp :
509
509
runs-on : windows-latest
510
510
steps :
511
511
- uses : actions/checkout@v2
@@ -524,7 +524,7 @@ jobs:
524
524
buildWithCMakeArgs : ' --config Release --target install'
525
525
526
526
527
- windows-cmake-integrated-libs-with -cuda :
527
+ win-intlibs -cuda :
528
528
runs-on : windows-latest
529
529
steps :
530
530
- uses : actions/checkout@v2
@@ -554,7 +554,7 @@ jobs:
554
554
buildWithCMakeArgs : ' --config Release --target install'
555
555
556
556
557
- windows-cmake- mingw :
557
+ mingw :
558
558
runs-on : windows-latest
559
559
steps :
560
560
- uses : actions/checkout@v2
@@ -573,7 +573,7 @@ jobs:
573
573
buildWithCMakeArgs : ' --config Release --target install'
574
574
575
575
576
- windows-cmake- cygwin :
576
+ cygwin :
577
577
runs-on : windows-latest
578
578
steps :
579
579
- uses : actions/checkout@v2
0 commit comments