mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 12:31:15 +00:00
Remove Emscripten
This commit is contained in:
parent
b061725753
commit
30a419853c
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -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: '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: '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: '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:
|
steps:
|
||||||
- name: Setup vcvars
|
- name: Setup vcvars
|
||||||
if: ${{ !!matrix.msvc }}
|
if: ${{ !!matrix.msvc }}
|
||||||
|
|||||||
@ -15,7 +15,7 @@ Please note: this project is dedicated to achieving platform independence withou
|
|||||||
| Windows | [](https://github.com/isledecomp/isle-portable/actions/workflows/ci.yml) | [Download here](https://github.com/isledecomp/isle-portable/releases/tag/continuous-Windows) |
|
| Windows | [](https://github.com/isledecomp/isle-portable/actions/workflows/ci.yml) | [Download here](https://github.com/isledecomp/isle-portable/releases/tag/continuous-Windows) |
|
||||||
| Linux | [](https://github.com/isledecomp/isle-portable/actions/workflows/ci.yml) | [Download here](https://github.com/isledecomp/isle-portable/releases/tag/continuous-Linux) |
|
| Linux | [](https://github.com/isledecomp/isle-portable/actions/workflows/ci.yml) | [Download here](https://github.com/isledecomp/isle-portable/releases/tag/continuous-Linux) |
|
||||||
| macOS | [](https://github.com/isledecomp/isle-portable/actions/workflows/ci.yml) | [Download here](https://github.com/isledecomp/isle-portable/releases/tag/continuous-macOS) |
|
| macOS | [](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) | [](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) | [](https://github.com/isledecomp/isle-portable/actions/workflows/ci.yml) | -
|
||||||
|
|
||||||
### Library substitutions
|
### Library substitutions
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user