浏览代码

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

Andre Weissflog 3 年之前
父节点
当前提交
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
 )