AppVeyor
AppVeyor
Sign in
OK
OK
OK
Tofita
private
Current build
History
Deployments
Events
Settings
New build
Re-build commit
Re-run incomplete
Cancel build
Deploy
Log
To start a new build commit change to repository or click
New build
button.
Update tofita.hexa
1.0.282
5 months ago
by
Miraculous Ladybugreport
kawaii
abec4267
5 months ago
in
1 min 18 sec
1 min 18 sec
Jobs
Console
Messages
0
Tests
0
Artifacts
7
Events
1
Build started
2
Fetching repository commit (abec426)...
OK
3
Total: 1.2 MB in 149 files
4
# Teapot
5
(New-Object Net.WebClient).DownloadFile('https://github.com/GreenteaOS/Teapot/archive/kawaii.zip','C:\Teapot.zip')
6
Expand-Archive -Force -LiteralPath C:\Teapot.zip -DestinationPath ..\
7
Rename-Item ..\Teapot-kawaii Teapot
8
# Greentea
9
(New-Object Net.WebClient).DownloadFile('https://github.com/GreenteaOS/Greentea/archive/kawaii.zip','C:\Greentea.zip')
10
Expand-Archive -Force -LiteralPath C:\Greentea.zip -DestinationPath ..\
11
Rename-Item ..\Greentea-kawaii Greentea
12
# Tongue
13
(New-Object Net.WebClient).DownloadFile('https://github.com/GreenteaOS/Tongue/archive/kawaii.zip','C:\Tongue.zip')
14
Expand-Archive -Force -LiteralPath C:\Tongue.zip -DestinationPath ..\
15
Rename-Item ..\Tongue-kawaii Tongue
16
# NjRAA
17
(New-Object Net.WebClient).DownloadFile('https://github.com/GreenteaOS/NjRAA/archive/kawaii.zip','C:\NjRAA.zip')
18
Expand-Archive -Force -LiteralPath C:\NjRAA.zip -DestinationPath ..\
19
Rename-Item ..\NjRAA-kawaii NjRAA
20
# Caramel
21
(New-Object Net.WebClient).DownloadFile('https://github.com/GreenteaOS/Caramel/archive/kawaii.zip','C:\Caramel.zip')
22
Expand-Archive -Force -LiteralPath C:\Caramel.zip -DestinationPath ..\
23
Rename-Item ..\Caramel-kawaii Caramel
24
# Hexa
25
(New-Object Net.WebClient).DownloadFile('https://github.com/hexalang/hexa/archive/kawaii.zip','C:\Hexa.zip')
26
Expand-Archive -Force -LiteralPath C:\Hexa.zip -DestinationPath ..\
27
Rename-Item ..\hexa-kawaii hexa
28
ls ..
29
cd ..\hexa
30
node bootstrap.js hexa.json
31
node hexa-node.js hexa.json
32
node hexa-node.js hexa.json
33
ls
34
cd ..\tofita
35
ls
36
# Tofita
37
$env:Path += ";.\..\hexa"
38
$ErrorActionPreference = 'SilentlyContinue'
39
cmd.exe /c 'build.bat'
40
$LASTEXITCODE = 0
41
$global:LASTEXITCODE = 0
42
#exit 0
43
copy-item -path C:\Tea\greenteaos-uefi64.iso -destination C:\projects\tofita\greenteaos-uefi64.iso
44
45
46
Directory: C:\projects
47
48
49
Mode LastWriteTime Length Name
50
---- ------------- ------ ----
51
d----- 1/17/2025 5:11 PM Caramel
52
d----- 1/17/2025 5:11 PM Greentea
53
d----- 1/17/2025 5:11 PM hexa
54
d----- 1/17/2025 5:11 PM NjRAA
55
d----- 1/17/2025 5:11 PM Teapot
56
d----- 1/17/2025 5:11 PM tofita
57
d----- 1/17/2025 5:11 PM Tongue
58
[Building The Hexa Compiler]
59
[Using 1 of 2 CPU cores]
60
[Finished in 1678 ms, 21543 lines, 12838 lines per second]
61
[Building The Hexa Compiler]
62
[Using 1 of 2 CPU threads]
63
[Finished in 1818 ms, 21543 lines, 11850 lines per second]
64
[Building The Hexa Compiler]
65
[Using 1 of 2 CPU threads]
66
[Finished in 1776 ms, 21543 lines, 12130 lines per second]
67
68
69
Directory: C:\projects\hexa
70
71
72
Mode LastWriteTime Length Name
73
---- ------------- ------ ----
74
d----- 1/17/2025 5:11 PM .github
75
d----- 1/17/2025 5:11 PM .vscode
76
d----- 1/17/2025 5:11 PM docs
77
d----- 1/17/2025 5:11 PM examples
78
d----- 1/17/2025 5:11 PM library
79
d----- 1/17/2025 5:11 PM source
80
d----- 1/17/2025 5:11 PM test
81
d----- 1/17/2025 5:11 PM tools
82
-a---- 1/12/2025 3:14 PM 292 .gitattributes
83
-a---- 1/12/2025 3:14 PM 858 .gitignore
84
-a---- 1/12/2025 3:14 PM 635367 bootstrap.js
85
-a---- 1/12/2025 3:14 PM 394 build.bat
86
-a---- 1/12/2025 3:14 PM 275 build.sh
87
-a---- 1/12/2025 3:14 PM 149 desktop.ini
88
-a---- 1/12/2025 3:14 PM 41 hexa
89
-a---- 1/17/2025 5:11 PM 705515 hexa-node.js
90
-a---- 1/12/2025 3:14 PM 40 hexa.cmd
91
-a---- 1/12/2025 3:14 PM 72 hexa.code-workspace
92
-a---- 1/12/2025 3:14 PM 1307 hexa.json
93
-a---- 1/12/2025 3:14 PM 123523 icon.ico
94
-a---- 1/12/2025 3:14 PM 45 innoHexa.cmd
95
-a---- 1/12/2025 3:14 PM 7817 LICENSE
96
-a---- 1/12/2025 3:14 PM 284 nexe-build.bat
97
-a---- 1/12/2025 3:14 PM 218 package-lock.json
98
-a---- 1/12/2025 3:14 PM 156 package.json
99
-a---- 1/12/2025 3:14 PM 14203 preview.png
100
-a---- 1/12/2025 3:14 PM 103246 preview.svg
101
-a---- 1/12/2025 3:14 PM 6705 README.md
102
-a---- 1/12/2025 3:14 PM 88 repl.hexa
103
-a---- 1/12/2025 3:14 PM 238 repl.json
104
-a---- 1/12/2025 3:14 PM 224 test.bat
105
106
107
Directory: C:\projects\tofita
108
109
110
Mode LastWriteTime Length Name
111
---- ------------- ------ ----
112
d----- 1/17/2025 5:11 PM .github
113
d----- 1/17/2025 5:11 PM .vscode
114
d----- 1/17/2025 5:11 PM boot
115
d----- 1/17/2025 5:11 PM build
116
d----- 1/17/2025 5:11 PM devices
117
d----- 1/17/2025 5:11 PM dlls
118
d----- 1/17/2025 5:11 PM docs
119
d----- 1/17/2025 5:11 PM engine
120
d----- 1/17/2025 5:11 PM tools
121
-a---- 1/17/2025 5:11 PM 676 .gitattributes
122
-a---- 1/17/2025 5:11 PM 160 .gitignore
123
-a---- 1/17/2025 5:11 PM 1929 build.bat
124
-a---- 1/17/2025 5:11 PM 138 config.json
125
-a---- 1/17/2025 5:11 PM 138 desktop.ini
126
-a---- 1/17/2025 5:11 PM 786 Disclaimer.txt
127
-a---- 1/17/2025 5:11 PM 2267 hexa.json
128
-a---- 1/17/2025 5:11 PM 189053 icon.ico
129
-a---- 1/17/2025 5:11 PM 7817 LICENSE
130
-a---- 1/17/2025 5:11 PM 129 Only_UEFI_64bit!.txt
131
-a---- 1/17/2025 5:11 PM 61 Please_Disable_Secure_Boot!.txt
132
-a---- 1/17/2025 5:11 PM 6290 README.md
133
-a---- 1/17/2025 5:11 PM 420 Try_Enabling_CSM!.txt
134
-a---- 1/17/2025 5:11 PM 233 VirtualBox_HOWTO!.txt
135
Welcome to the Greentea OS! Support us at https://www.patreon.com/PeyTy and https://greenteaos.github.io/donate/
136
137
[Building Tofita Build Script]
138
[Using 1 of 2 CPU threads]
139
[Finished in 146 ms, 677 lines, 4637 lines per second]
140
[Tasks: init-or-clean, asm, efi, dll, engine, ramdisk, iso]
141
[Processing...]
142
[Building Shell - i386]
143
[Using 1 of 2 CPU threads]
144
[Finished in 347 ms, 2169 lines, 6251 lines per second]
145
146
[Building CommonControls]
147
[Using 1 of 2 CPU threads]
148
[Finished in 920 ms, 2225 lines, 2418 lines per second]
149
150
[Building Core - i386]
151
[Using 1 of 2 CPU threads]
152
[Finished in 551 ms, 2216 lines, 4022 lines per second]
153
154
[Building GeeDeeEye - i386]
155
[Using 1 of 2 CPU threads]
156
[Finished in 1194 ms, 2225 lines, 1863 lines per second]
157
158
[Building CommonControls - i386]
159
[Using 1 of 2 CPU threads]
160
[Finished in 1620 ms, 2225 lines, 1373 lines per second]
161
162
Option `extraUnderscore` ignored for target `Native`
163
Option `dllExportsNewlineSeparator` ignored for target `Native`
164
[Building ClangRuntime - i386]
165
[Using 1 of 2 CPU threads]
166
[Finished in 726 ms, 2225 lines, 3065 lines per second]
167
168
[Building GeeDeeEye]
169
[Using 1 of 2 CPU threads]
170
[Finished in 1199 ms, 2225 lines, 1856 lines per second]
171
172
[Building Shell]
173
[Using 1 of 2 CPU threads]
174
[Finished in 1644 ms, 2169 lines, 1319 lines per second]
175
176
[Building Advapeh]
177
[Using 1 of 2 CPU threads]
178
[Finished in 1858 ms, 2195 lines, 1181 lines per second]
179
180
[Building NeaTo - i386]
181
[Using 1 of 2 CPU threads]
182
[Finished in 1134 ms, 2622 lines, 2312 lines per second]
183
184
[Building Core]
185
[Using 1 of 2 CPU threads]
186
[Finished in 1140 ms, 2216 lines, 1944 lines per second]
187
188
[Building ClangRuntime]
189
[Using 1 of 2 CPU threads]
190
[Finished in 1265 ms, 2225 lines, 1759 lines per second]
191
192
[Building NeaTo]
193
[Using 1 of 2 CPU threads]
194
[Finished in 2345 ms, 2622 lines, 1118 lines per second]
195
196
[Building Tofita Bindings]
197
[Using 1 of 2 CPU threads]
198
[Finished in 1167 ms, 2112 lines, 1810 lines per second]
199
200
[Building Tofita Bootloader]
201
[Using 1 of 2 CPU threads]
202
[Finished in 1642 ms, 4537 lines, 2763 lines per second]
203
204
[Building Uzah]
205
[Using 1 of 2 CPU threads]
206
[C:\projects\Caramel\dlls\user32\dialogs.hexa:1433:5]: Hint#10: Unused string
`"@goto 0x3215328"`
207
[C:\projects\Caramel\dlls\user32\dialogs.hexa:1483:1]: Hint#10: Unused string
`"@label end 0x3215328"`
208
[Finished in 2356 ms, 5325 lines, 2260 lines per second]
209
210
[Building Uzah - i386]
211
[Using 1 of 2 CPU threads]
212
[C:\projects\Caramel\dlls\user32\dialogs.hexa:1433:5]: Hint#10: Unused string
`"@goto 0x3215328"`
213
[C:\projects\Caramel\dlls\user32\dialogs.hexa:1483:1]: Hint#10: Unused string
`"@label end 0x3215328"`
214
[Finished in 2494 ms, 5325 lines, 2135 lines per second]
215
216
[Building Advapeh - i386]
217
[Using 1 of 2 CPU threads]
218
[Finished in 769 ms, 2195 lines, 2854 lines per second]
219
220
[Building Tofita Bindings - i386]
221
[Using 1 of 2 CPU threads]
222
[Finished in 793 ms, 2112 lines, 2663 lines per second]
223
224
[Building The Tofita Engine]
225
[Using 1 of 2 CPU threads]
226
[Finished in 2080 ms, 23756 lines, 11421 lines per second]
227
228
[All tasks finished in 46973 ms, upto 38 parallel tasks performed]
229
[Success]
230
231
232
Discovering tests...
OK
233
Collecting artifacts...
234
Found artifact 'Disclaimer.txt' matching '*.txt' path
235
Found artifact 'greenteaos-uefi64.iso' matching '*.iso' path
236
Found artifact 'LICENSE' matching 'LICENSE' path
237
Found artifact 'Only_UEFI_64bit!.txt' matching '*.txt' path
238
Found artifact 'Please_Disable_Secure_Boot!.txt' matching '*.txt' path
239
Found artifact 'Try_Enabling_CSM!.txt' matching '*.txt' path
240
Found artifact 'VirtualBox_HOWTO!.txt' matching '*.txt' path
241
Uploading artifacts...
242
[1/7] Disclaimer.txt (786 bytes)...100%
243
[2/7] greenteaos-uefi64.iso (47,552,512 bytes)...100%
244
[3/7] LICENSE (7,817 bytes)...100%
245
[4/7] Only_UEFI_64bit!.txt (129 bytes)...100%
246
[5/7] Please_Disable_Secure_Boot!.txt (61 bytes)...100%
247
[6/7] Try_Enabling_CSM!.txt (420 bytes)...100%
248
[7/7] VirtualBox_HOWTO!.txt (233 bytes)...100%
249
Build success
Log is empty.