Skip to content

Commit d45a620

Browse files
committed
remove
1 parent 61f0638 commit d45a620

19 files changed

Lines changed: 5 additions & 2092 deletions

.github/workflows/CI-cygwin.yml

Lines changed: 0 additions & 61 deletions
This file was deleted.

.github/workflows/CI-mingw.yml

Lines changed: 0 additions & 77 deletions
This file was deleted.

.github/workflows/CI-unixish-docker.yml

Lines changed: 0 additions & 140 deletions
This file was deleted.

.github/workflows/CI-unixish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ permissions:
1717

1818
jobs:
1919
build_cmake_tinyxml2:
20+
if: false
2021

2122
strategy:
2223
matrix:
@@ -72,6 +73,7 @@ jobs:
7273
cmake --build cmake.output.tinyxml2 --target check -- -j$(nproc)
7374
7475
build_cmake:
76+
if: false
7577

7678
strategy:
7779
matrix:
@@ -152,6 +154,7 @@ jobs:
152154
cmake --build cmake.output --target install
153155
154156
build_uchar:
157+
if: false
155158

156159
strategy:
157160
matrix:
@@ -186,6 +189,7 @@ jobs:
186189
./testrunner TestSymbolDatabase
187190
188191
build_mathlib:
192+
if: false
189193

190194
strategy:
191195
matrix:
@@ -220,6 +224,7 @@ jobs:
220224
make -j$(nproc) CPPFLAGS=-DTEST_MATHLIB_VALUE check
221225
222226
check_nonneg:
227+
if: false
223228

224229
strategy:
225230
matrix:

0 commit comments

Comments
 (0)