mirror of https://github.com/axmolengine/axmol.git
Also build lua-tests on win32 [ci build]
This commit is contained in:
parent
2870c39fb2
commit
c3b61d46fd
|
@ -35,4 +35,6 @@ jobs:
|
||||||
- name: Build
|
- name: Build
|
||||||
shell: cmd
|
shell: cmd
|
||||||
# Execute the build. You can specify a specific target with "--target <NAME>"
|
# Execute the build. You can specify a specific target with "--target <NAME>"
|
||||||
run: cmake --build %GITHUB_WORKSPACE%/build_x86 --config %BUILD_TYPE% --target cpp-tests
|
run: |
|
||||||
|
cmake --build %GITHUB_WORKSPACE%/build_x86 --config %BUILD_TYPE% --target cpp-tests
|
||||||
|
cmake --build %GITHUB_WORKSPACE%/build_x86 --config %BUILD_TYPE% --target lua-tests
|
||||||
|
|
Loading…
Reference in New Issue