mirror of
https://github.com/arabine/open-story-teller.git
synced 2025-12-06 17:09:06 +01:00
fix CI (tentative)
This commit is contained in:
parent
b9ad742e43
commit
5918b610f8
2 changed files with 8 additions and 5 deletions
4
.github/workflows/story_editor.yml
vendored
4
.github/workflows/story_editor.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: build-story-editor
|
||||
name: Build-StoryEditor
|
||||
|
||||
on:
|
||||
workflow_dispatch: {}
|
||||
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
run : |
|
||||
./linux_01_docker_build_image.sh
|
||||
./linux_02_docker_launch_build.sh
|
||||
./linux_02_docker_launch_package.sh
|
||||
./linux_03_docker_launch_package.sh
|
||||
build_win32:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
|
|||
|
|
@ -61,9 +61,9 @@ include_directories(externals/civetweb/include)
|
|||
# =========================================================================================================================
|
||||
# MBEDTLS
|
||||
# =========================================================================================================================
|
||||
set(USE_STATIC_MBEDTLS_LIBRARY ON)
|
||||
set(ENABLE_PROGRAMS OFF)
|
||||
set(ENABLE_TESTING OFF)
|
||||
set(USE_STATIC_MBEDTLS_LIBRARY ON CACHE INTERNAL "" FORCE)
|
||||
set(ENABLE_PROGRAMS OFF CACHE INTERNAL "" FORCE)
|
||||
set(ENABLE_TESTING OFF CACHE INTERNAL "" FORCE)
|
||||
add_subdirectory(externals/mbedtls EXCLUDE_FROM_ALL)
|
||||
|
||||
|
||||
|
|
@ -285,6 +285,9 @@ if(UNIX)
|
|||
)
|
||||
elseif(WIN32)
|
||||
target_link_libraries(${STORY_EDITOR_PROJECT}
|
||||
|
||||
PUBLIC
|
||||
|
||||
OpenGL::GL
|
||||
SDL3_image::SDL3_image
|
||||
SDL3_mixer::SDL3_mixer
|
||||
|
|
|
|||
Loading…
Reference in a new issue