Просмотр исходного кода

remove obsolete git operations in test_uwp.cmd and test_win.cmd

Andre Weissflog 3 лет назад
Родитель
Сommit
d3de1ff1ef
2 измененных файлов с 0 добавлено и 6 удалено
  1. 0 3
      tests/test_uwp.cmd
  2. 0 3
      tests/test_win.cmd

+ 0 - 3
tests/test_uwp.cmd

@@ -1,6 +1,3 @@
-if not exist ext/sokol-tools-bin/ (
-    git clone --depth 1 https://github.com/floooh/sokol-tools-bin ext/sokol-tools-bin
-)
 if not exist ext/fips-cimgui/ (
     git clone --depth 1 --recursive https://github.com/fips-libs/fips-cimgui ext/fips-cimgui
 )

+ 0 - 3
tests/test_win.cmd

@@ -1,6 +1,3 @@
-if not exist ext/sokol-tools-bin/ (
-    git clone --depth 1 https://github.com/floooh/sokol-tools-bin ext/sokol-tools-bin
-)
 if not exist ext/fips-cimgui/ (
     git clone --depth 1 --recursive https://github.com/fips-libs/fips-cimgui ext/fips-cimgui
 )