mirror of
https://github.com/PabloMK7/citra.git
synced 2025-09-11 05:10:05 +00:00
tests: Infrastructure for unit tests
This commit is contained in:
parent
6f6af6928f
commit
a03f9b6fb6
6 changed files with 32 additions and 0 deletions
|
@ -22,6 +22,10 @@ before_build:
|
|||
- cmake -G "Visual Studio 14 2015 Win64" -DCITRA_USE_BUNDLED_QT=1 -DCITRA_USE_BUNDLED_SDL2=1 ..
|
||||
- cd ..
|
||||
|
||||
build:
|
||||
project: build/citra.sln
|
||||
parallel: true
|
||||
|
||||
after_build:
|
||||
# copying the needed QT Dlls is now done post build. See the CMakeLists.txt file in the citra-qt folder
|
||||
- ps: >
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue