mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-02 21:11:25 +12:00
CI: Add unit tests
This commit is contained in:
parent
05b5f9aa97
commit
eb4c6df609
4 changed files with 8 additions and 0 deletions
|
@ -52,6 +52,8 @@ cmake .. \
|
|||
-DOpenGL_GL_PREFERENCE=LEGACY \
|
||||
-DLLVM_DIR=/opt/llvm/lib/cmake/llvm \
|
||||
-DSTATIC_LINK_LLVM=ON \
|
||||
-DBUILD_RPCS3_TESTS=ON \
|
||||
-DRUN_RPCS3_TESTS=ON \
|
||||
-G Ninja
|
||||
|
||||
ninja; build_status=$?;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue