55
55
- job_name : Windows
56
56
57
57
init :
58
+ - git clone --recursive --depth 1 https://github.com/RudjiGames/rapp rapp
58
59
- git clone --depth 1 https://github.com/RudjiGames/rprof rprof
59
- - git clone --depth 1 https://github.com/RudjiGames/rapp rapp
60
60
- git clone --depth 1 https://github.com/RudjiGames/build build
61
61
- git clone --depth 1 https://github.com/RudjiGames/rbase rbase
62
62
- git clone --depth 1 https://github.com/bkaradzic/bx.git bx
63
63
- git clone --depth 1 https://github.com/bkaradzic/bimg.git bimg
64
64
- git clone --depth 1 https://github.com/bkaradzic/bgfx.git bgfx
65
- - git clone --depth 1 https://github.com/dougbinks/enkiTS enkiTS
66
65
67
66
install :
68
67
- build\tools\bin\windows\genie.exe --file=rprof\genie\genie.lua vs2019
80
79
81
80
init :
82
81
- 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
83
83
- git clone --depth 1 https://github.com/RudjiGames/rprof rprof
84
- - git clone --depth 1 https://github.com/RudjiGames/rapp rapp
85
84
- git clone --depth 1 https://github.com/RudjiGames/build build
86
85
- git clone --depth 1 https://github.com/RudjiGames/rbase rbase
87
86
- git clone --depth 1 https://github.com/bkaradzic/bx bx
88
87
- git clone --depth 1 https://github.com/bkaradzic/bimg bimg
89
88
- git clone --depth 1 https://github.com/bkaradzic/bgfx bgfx
90
89
- git clone --depth 1 https://github.com/glfw/glfw glfw
91
- - git clone --depth 1 https://github.com/dougbinks/enkiTS enkiTS
92
90
- git clone --depth 1 https://github.com/bkaradzic/GENie GENie # build GENie from source: `GLIBC_2.29' not found
93
91
- cd GENie && make && cd ..
94
92
- mkdir glfwbuild && cd glfwbuild && cmake ../glfw -DGLFW_BUILD_TESTS=OFF && make -j4 && sudo make install && cd ..
@@ -110,14 +108,13 @@ for:
110
108
- job_name : OSX
111
109
112
110
init :
111
+ - git clone --recursive --depth 1 https://github.com/RudjiGames/rapp rapp
113
112
- git clone --depth 1 https://github.com/RudjiGames/rprof rprof
114
- - git clone --depth 1 https://github.com/RudjiGames/rapp rapp
115
113
- git clone --depth 1 https://github.com/RudjiGames/build build
116
114
- git clone --depth 1 https://github.com/RudjiGames/rbase rbase
117
115
- git clone --depth 1 https://github.com/bkaradzic/bx.git bx
118
116
- git clone --depth 1 https://github.com/bkaradzic/bimg.git bimg
119
117
- git clone --depth 1 https://github.com/bkaradzic/bgfx.git bgfx
120
- - git clone --depth 1 https://github.com/dougbinks/enkiTS enkiTS
121
118
122
119
install :
123
120
- ./build/tools/bin/darwin/genie --file=rprof/genie/genie.lua --gcc=osx gmake
0 commit comments