summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2022-09-20 15:07:40 +0200
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2022-09-20 15:07:40 +0200
commit2a619ceba75a4c16b25de12d59a87eac795a4468 (patch)
tree1d63a35217011fa761b703633b3f91fd839ec71e /.github/workflows
parent7e309b67de74fe5bd5a1c70c1880c2a381c4f78b (diff)
Remove: unused wrappers
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/test-win.yml20
-rw-r--r--.github/workflows/test.yml92
2 files changed, 0 insertions, 112 deletions
diff --git a/.github/workflows/test-win.yml b/.github/workflows/test-win.yml
index 2b4900a..23c91b0 100644
--- a/.github/workflows/test-win.yml
+++ b/.github/workflows/test-win.yml
@@ -18,23 +18,3 @@ jobs:
name: shared-lib
path: exports/lib/
retention-days: 1
-
- #test-csharp:
- # name: "[Windows] Test C# wrapper"
- # needs: build-lib
- # runs-on: windows-latest
-
- # steps:
- # - uses: actions/checkout@v2
- # - uses: actions/setup-dotnet@v1
- # with:
- # dotnet-version: 5.0.x
-
- # - uses: actions/download-artifact@v2
- # with:
- # name: shared-lib
- # path: exports/lib/
- # - name: Test
- # run: make -C wrappers/csharp test
- # - name: Build .nupkg
- # run: make -C wrappers/csharp pack
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 13697c1..08cd031 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -39,95 +39,3 @@ jobs:
name: shared-lib
path: exports/lib/
retention-days: 1
-
- #test-csharp:
- # name: Test C# wrapper
- # needs: build-lib
- # runs-on: ubuntu-latest
-
- # steps:
- # - uses: actions/checkout@v2
- # - uses: actions/setup-dotnet@v1
- # with:
- # dotnet-version: 5.0.x
-
- # - uses: actions/download-artifact@v2
- # with:
- # name: shared-lib
- # path: exports/lib/
- # - name: Test
- # run: make -C wrappers/csharp test
- # - name: Build .nupkg
- # run: make -C wrappers/csharp pack
-
- #test-java-android:
- # name: Test Android (Java) wrapper
- # needs: build-lib
- # runs-on: ubuntu-latest
-
- # steps:
- # - uses: actions/checkout@v2
- # - uses: actions/setup-java@v2
- # with:
- # distribution: temurin
- # java-version: 11
- # - uses: android-actions/setup-android@v2
-
- # - uses: actions/download-artifact@v2
- # with:
- # name: shared-lib
- # path: exports/lib/
- # - name: Test
- # run: make -C wrappers/java-android test NO_DAEMON=1 NO_EMULATOR=1
- # - name: Build .aar
- # run: make -C wrappers/java-android pack NO_DAEMON=1
-
- #test-php:
- # name: Test PHP wrapper
- # needs: build-lib
- # runs-on: ubuntu-latest
-
- # steps:
- # - uses: actions/checkout@v2
- # # Note: PHP is already included: https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-Readme.md
-
- # - uses: actions/download-artifact@v2
- # with:
- # name: shared-lib
- # path: exports/lib/
- # - name: Test
- # run: make -C wrappers/php test
-
- #test-python:
- # name: Test Python wrapper
- # needs: build-lib
- # runs-on: ubuntu-latest
-
- # steps:
- # - uses: actions/checkout@v2
- # # Note: Python 3 is already included
-
- # - uses: actions/download-artifact@v2
- # with:
- # name: shared-lib
- # path: exports/lib/
- # - name: Test
- # run: make -C wrappers/python test
- # - name: Build .whl
- # run: make -C wrappers/python pack
-
- #test-swift:
- # name: Test Swift wrapper
- # needs: build-lib
- # runs-on: ubuntu-latest
-
- # steps:
- # - uses: actions/checkout@v2
- # # Note: Swift is already included
-
- # - uses: actions/download-artifact@v2
- # with:
- # name: shared-lib
- # path: exports/lib/
- # - name: Test
- # run: make -C wrappers/swift test