Skip to content

Commit

Permalink
platforms: enable emscripten
Browse files Browse the repository at this point in the history
  • Loading branch information
notaz committed Aug 29, 2023
1 parent fe6350b commit cc39ee6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ include:
file: '/dingux-arm32.yml'

#################################### MISC ##################################
# Emscripten
- project: 'libretro-infrastructure/ci-templates'
file: '/emscripten-static.yml'

# Stages for building
stages:
Expand Down Expand Up @@ -243,3 +246,10 @@ libretro-build-miyoo-arm32:
extends:
- .libretro-miyoo-arm32-make-default
- .core-defs

#################################### MISC ##################################
# Emscripten
libretro-build-emscripten:
extends:
- .libretro-emscripten-static-retroarch-master
- .core-defs

0 comments on commit cc39ee6

Please sign in to comment.