Skip to content

Commit bd5c470

Browse files
author
Milos Tosic
committed
Remove enkiTS from AppVeyor
1 parent 7b7d7b0 commit bd5c470

4 files changed

+3
-7
lines changed

.appveyor.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,13 @@ for:
5555
- job_name: Windows
5656

5757
init:
58+
- git clone --recursive --depth 1 https://github.com/RudjiGames/rapp rapp
5859
- git clone --depth 1 https://github.com/RudjiGames/rprof rprof
59-
- git clone --depth 1 https://github.com/RudjiGames/rapp rapp
6060
- git clone --depth 1 https://github.com/RudjiGames/build build
6161
- git clone --depth 1 https://github.com/RudjiGames/rbase rbase
6262
- git clone --depth 1 https://github.com/bkaradzic/bx.git bx
6363
- git clone --depth 1 https://github.com/bkaradzic/bimg.git bimg
6464
- git clone --depth 1 https://github.com/bkaradzic/bgfx.git bgfx
65-
- git clone --depth 1 https://github.com/dougbinks/enkiTS enkiTS
6665

6766
install:
6867
- build\tools\bin\windows\genie.exe --file=rprof\genie\genie.lua vs2019
@@ -80,15 +79,14 @@ for:
8079

8180
init:
8281
- sudo apt update -y && sudo apt install -y xorg libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libegl1-mesa-dev
82+
- git clone --recursive --depth 1 https://github.com/RudjiGames/rapp rapp
8383
- git clone --depth 1 https://github.com/RudjiGames/rprof rprof
84-
- git clone --depth 1 https://github.com/RudjiGames/rapp rapp
8584
- git clone --depth 1 https://github.com/RudjiGames/build build
8685
- git clone --depth 1 https://github.com/RudjiGames/rbase rbase
8786
- git clone --depth 1 https://github.com/bkaradzic/bx bx
8887
- git clone --depth 1 https://github.com/bkaradzic/bimg bimg
8988
- git clone --depth 1 https://github.com/bkaradzic/bgfx bgfx
9089
- git clone --depth 1 https://github.com/glfw/glfw glfw
91-
- git clone --depth 1 https://github.com/dougbinks/enkiTS enkiTS
9290
- git clone --depth 1 https://github.com/bkaradzic/GENie GENie # build GENie from source: `GLIBC_2.29' not found
9391
- cd GENie && make && cd ..
9492
- mkdir glfwbuild && cd glfwbuild && cmake ../glfw -DGLFW_BUILD_TESTS=OFF && make -j4 && sudo make install && cd ..
@@ -110,14 +108,13 @@ for:
110108
- job_name: OSX
111109

112110
init:
111+
- git clone --recursive --depth 1 https://github.com/RudjiGames/rapp rapp
113112
- git clone --depth 1 https://github.com/RudjiGames/rprof rprof
114-
- git clone --depth 1 https://github.com/RudjiGames/rapp rapp
115113
- git clone --depth 1 https://github.com/RudjiGames/build build
116114
- git clone --depth 1 https://github.com/RudjiGames/rbase rbase
117115
- git clone --depth 1 https://github.com/bkaradzic/bx.git bx
118116
- git clone --depth 1 https://github.com/bkaradzic/bimg.git bimg
119117
- git clone --depth 1 https://github.com/bkaradzic/bgfx.git bgfx
120-
- git clone --depth 1 https://github.com/dougbinks/enkiTS enkiTS
121118

122119
install:
123120
- ./build/tools/bin/darwin/genie --file=rprof/genie/genie.lua --gcc=osx gmake

scripts/fetch_dependencies.bat renamed to scripts/win_fetch_dependencies.bat

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ if not exist ../../bx ( git clone https://github.com/bkaradzic/bx.git ../../
1313
if not exist ../../bimg ( git clone https://github.com/bkaradzic/bimg.git ../../bimg ) else ( echo skipping bimg - directory exists )
1414
if not exist ../../bgfx ( git clone https://github.com/bkaradzic/bgfx.git ../../bgfx ) else ( echo skipping bgfx - directory exists )
1515

16-
if not exist ../../enkiTS ( git clone https://github.com/dougbinks/enkiTS ../../enkiTS ) else ( echo skipping enkiTS - directory exists )
1716
if not exist ../../build ( git clone https://github.com/RudjiGames/build.git ../../build ) else ( echo skipping build - directory exists )
1817
if not exist ../../rbase ( git clone https://github.com/RudjiGames/rbase.git ../../rbase ) else ( echo skipping rbase - directory exists )
1918
if not exist ../../rapp ( git clone https://github.com/RudjiGames/rapp.git ../../rapp ) else ( echo skipping rapp - directory exists )
File renamed without changes.

0 commit comments

Comments
 (0)