Skip to content

Commit

Permalink
Trying to add windows lua testing. See #14 12
Browse files Browse the repository at this point in the history
  • Loading branch information
Ismoh committed Dec 20, 2021
1 parent 271e4a2 commit 1a12b50
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/lua-unit-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,12 @@ jobs:
echo "cd ${{ github.workspace }}\.building\LuaJIT-2.0.4"
cd ${{ github.workspace }}\.building\LuaJIT-2.0.4
echo "mingw32-make PREFIX=${{ github.workspace }}\luajit"
mingw32-make PREFIX=${{ github.workspace }}/luajit
mingw32-make
echo "mingw32-make install PREFIX=${{ github.workspace }}\luajit"
mingw32-make install PREFIX=${{ github.workspace }}/luajit
mingw32-make install
cd ${{ github.workspace }}
tree /f
tree /usr/
- name: Run LuaUnit 3.4
id: lua_unit_tests
Expand Down

0 comments on commit 1a12b50

Please sign in to comment.