From 30a419853cf23a6541e7e189298bd0b0a0632a06 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Sat, 14 Jun 2025 20:52:10 -0700 Subject: [PATCH] Remove Emscripten --- .github/workflows/release.yml | 1 - README.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1383b9f4..c5499ad0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,6 @@ jobs: - { name: 'Linux', os: 'ubuntu-latest', dx5: false, config: true, build-type: 'Release', linux: true, werror: true, clang-tidy: true } - { name: 'Windows', os: 'windows-latest', dx5: false, config: false, build-type: 'Release', msvc: true, werror: false, clang-tidy: false, vc-arch: 'amd64' } - { name: 'macOS', os: 'macos-latest', dx5: false, config: true, build-type: 'Release', brew: true, werror: true, clang-tidy: false } - - { name: 'Emscripten', os: 'ubuntu-latest', dx5: false, config: false, build-type: 'Release', emsdk: true, werror: true, clang-tidy: false, cmake-wrapper: 'emcmake' } steps: - name: Setup vcvars if: ${{ !!matrix.msvc }} diff --git a/README.md b/README.md index a0f8ee7f..de8a8d3c 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Please note: this project is dedicated to achieving platform independence withou | Windows | [![CI](https://github.com/isledecomp/isle-portable/actions/workflows/ci.yml/badge.svg)](https://github.com/isledecomp/isle-portable/actions/workflows/ci.yml) | [Download here](https://github.com/isledecomp/isle-portable/releases/tag/continuous-Windows) | | Linux | [![CI](https://github.com/isledecomp/isle-portable/actions/workflows/ci.yml/badge.svg)](https://github.com/isledecomp/isle-portable/actions/workflows/ci.yml) | [Download here](https://github.com/isledecomp/isle-portable/releases/tag/continuous-Linux) | | macOS | [![CI](https://github.com/isledecomp/isle-portable/actions/workflows/ci.yml/badge.svg)](https://github.com/isledecomp/isle-portable/actions/workflows/ci.yml) | [Download here](https://github.com/isledecomp/isle-portable/releases/tag/continuous-macOS) | -| [Web](https://isle.pizza) | [![CI](https://github.com/isledecomp/isle-portable/actions/workflows/ci.yml/badge.svg)](https://github.com/isledecomp/isle-portable/actions/workflows/ci.yml) | [Download here](https://github.com/isledecomp/isle-portable/releases/tag/continuous-Emscripten) | +| [Web](https://isle.pizza) | [![CI](https://github.com/isledecomp/isle-portable/actions/workflows/ci.yml/badge.svg)](https://github.com/isledecomp/isle-portable/actions/workflows/ci.yml) | - ### Library substitutions