mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-27 23:37:05 -05:00
git: Properly verify that plugins built from the plugin template can be loaded by ImHex (#2352)
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -371,6 +371,11 @@ jobs:
|
||||
|
||||
ninja
|
||||
|
||||
- name: 🧪 Test if plugin can be loaded
|
||||
run: |
|
||||
export WORKSPACE=$(echo "${{ github.workspace }}" | tr '\\' '/')
|
||||
${WORKSPACE}/out/imhex.exe --validate-plugin ${WORKSPACE}/template/build/example_plugin.hexplug
|
||||
|
||||
# MacOS build
|
||||
macos-x86:
|
||||
runs-on: macos-13
|
||||
|
||||
Reference in New Issue
Block a user