Commit cc0e3a4 1 parent ea12cc2 commit cc0e3a4 Copy full SHA for cc0e3a4
File tree 4 files changed +0
-20
lines changed
4 files changed +0
-20
lines changed Original file line number Diff line number Diff line change 34
34
- name : " Clone dependencies & set versions"
35
35
run : |
36
36
git clone https://github.com/Inochi2D/i2d-imgui.git --recurse-submodules
37
- git clone -b v0_8 https://github.com/Inochi2D/inochi2d.git
38
37
dub add-local i2d-imgui/ "0.8.0"
39
- dub add-local inochi2d/ "0.8.3"
40
38
41
39
- name : ' Build Inochi Session'
42
40
run : |
72
70
- name : " Clone dependencies & set versions"
73
71
run : |
74
72
git clone https://github.com/Inochi2D/i2d-imgui.git --recurse-submodules
75
- git clone -b v0_8 https://github.com/Inochi2D/inochi2d.git
76
73
dub add-local i2d-imgui/ "0.8.0"
77
- dub add-local inochi2d/ "0.8.3"
78
74
79
75
- name : ' Build Inochi Session'
80
76
run : |
@@ -153,9 +149,7 @@ jobs:
153
149
- name : " Clone dependencies & set versions"
154
150
run : |
155
151
git clone https://github.com/Inochi2D/i2d-imgui.git --recurse-submodules
156
- git clone -b v0_8 https://github.com/Inochi2D/inochi2d.git
157
152
dub add-local i2d-imgui/ "0.8.0"
158
- dub add-local inochi2d/ "0.8.3"
159
153
160
154
- name : ' Build Inochi Session'
161
155
env :
Original file line number Diff line number Diff line change 35
35
- name : ' Clone dependencies & set versions'
36
36
run : |
37
37
git clone https://github.com/Inochi2D/i2d-imgui.git --recurse-submodules
38
- git clone -b v0_8 https://github.com/Inochi2D/inochi2d.git
39
38
dub add-local i2d-imgui/ "0.8.0"
40
- dub add-local inochi2d/ "0.8.3"
41
39
42
40
- name : ' Build Inochi Session'
43
41
run : |
83
81
- name : ' Clone dependencies & set versions'
84
82
run : |
85
83
git clone https://github.com/Inochi2D/i2d-imgui.git --recurse-submodules
86
- git clone -b v0_8 https://github.com/Inochi2D/inochi2d.git
87
84
dub add-local i2d-imgui/ "0.8.0"
88
- dub add-local inochi2d/ "0.8.3"
89
85
90
86
- name : ' Build Inochi Session'
91
87
run : |
@@ -193,9 +189,7 @@ jobs:
193
189
- name : " Clone dependencies & set versions"
194
190
run : |
195
191
git clone https://github.com/Inochi2D/i2d-imgui.git --recurse-submodules
196
- git clone -b v0_8 https://github.com/Inochi2D/inochi2d.git
197
192
dub add-local i2d-imgui/ "0.8.0"
198
- dub add-local inochi2d/ "0.8.3"
199
193
200
194
- name : ' Build Inochi Session'
201
195
env :
Original file line number Diff line number Diff line change 68
68
- name : " Clone dependencies & set versions"
69
69
run : |
70
70
git clone https://github.com/Inochi2D/i2d-imgui.git --recurse-submodules
71
- git clone -b v0_8 https://github.com/Inochi2D/inochi2d.git
72
71
dub add-local i2d-imgui/ "0.8.0"
73
- dub add-local inochi2d/ "0.8.2"
74
72
75
73
- name : ' Build Inochi Session'
76
74
run : |
@@ -117,9 +115,7 @@ jobs:
117
115
- name : " Clone dependencies & set versions"
118
116
run : |
119
117
git clone https://github.com/Inochi2D/i2d-imgui.git --recurse-submodules
120
- git clone -b v0_8 https://github.com/Inochi2D/inochi2d.git
121
118
dub add-local i2d-imgui/ "0.8.0"
122
- dub add-local inochi2d/ "0.8.2"
123
119
124
120
- name : ' Build Inochi Session'
125
121
run : |
@@ -191,9 +187,7 @@ jobs:
191
187
- name : " Clone dependencies & set versions"
192
188
run : |
193
189
git clone https://github.com/Inochi2D/i2d-imgui.git --recurse-submodules
194
- git clone -b v0_8 https://github.com/Inochi2D/inochi2d.git
195
190
dub add-local i2d-imgui/ "0.8.0"
196
- dub add-local inochi2d/ "0.8.2"
197
191
198
192
- name : ' Build Inochi Session'
199
193
env :
Original file line number Diff line number Diff line change 29
29
- name : " Clone dependencies & set versions"
30
30
run : |
31
31
git clone https://github.com/Inochi2D/i2d-imgui.git --recurse-submodules
32
- git clone https://github.com/Inochi2D/inochi2d.git
33
32
dub add-local i2d-imgui/ "0.8.0"
34
- dub add-local inochi2d/ "0.8.2"
35
33
36
34
- name : ' Build and Test'
37
35
run : |
You can’t perform that action at this time.
0 commit comments