diff options
| author | Andre Weissflog <floooh@gmail.com> | 2022-10-31 19:28:57 +0100 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2022-10-31 19:28:57 +0100 |
| commit | f0fb6d89b7f91a49c62636276479d3daaf08af26 (patch) | |
| tree | aee918dbe6286d24efcb1b03fbdc4798b58ec6b6 /tests/test_win.cmd | |
| parent | d5e01738a9a3205e320939dd8988345da14da42e (diff) | |
tests: clone spine-runtime git repo on Windows
Diffstat (limited to 'tests/test_win.cmd')
| -rw-r--r-- | tests/test_win.cmd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test_win.cmd b/tests/test_win.cmd index 6870c24a..6acca335 100644 --- a/tests/test_win.cmd +++ b/tests/test_win.cmd @@ -1,6 +1,9 @@ if not exist ext/fips-cimgui/ ( git clone --depth 1 --recursive https://github.com/fips-libs/fips-cimgui ext/fips-cimgui ) +if not exist ext/spine-runtimes/ ( + git clone --depth 1 --recursive https://github.com/EsotericSoftware/spine-runtimes/ ext/spine-runtimes +) md build\win_gl_debug cd build\win_gl_debug |