Skip to content

Commit

Permalink
build effil
Browse files Browse the repository at this point in the history
  • Loading branch information
longod committed Apr 5, 2024
1 parent 807744a commit 13c65e1
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
# https://github.com/marketplace/actions/checkout
- uses: actions/checkout@v4
with:
submodules: true
submodules: recursive

# https://github.com/marketplace/actions/enable-developer-command-prompt
- uses: ilammy/[email protected]
Expand All @@ -24,4 +24,9 @@ jobs:
- name: Build Lua
working-directory: ${{github.workspace}}/src/MWSE/deps/LuaJIT/src
run: ./msvcbuild.bat


- name: Build Effil
working-directory: ${{github.workspace}}/src/effil
run: |
cmake . -A Win32 -DLUA_INCLUDE_DIR="${{github.workspace}}/src/MWSE/deps/LuaJIT/src" -DLUA_LIBRARY="${{github.workspace}}/src/MWSE/deps/LuaJIT/src/lua*.lib"
cmake --build . --target effil --config Release -- -m

0 comments on commit 13c65e1

Please sign in to comment.