Also build lua-tests on win32 [ci build]

This commit is contained in:
halx99 2021-05-24 16:41:39 +08:00 committed by GitHub
parent 2870c39fb2
commit c3b61d46fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -35,4 +35,6 @@ jobs:
- name: Build
shell: cmd
# 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