Skip to content

Commit 16fefe8

Browse files
committed
test: Windows nupkg
1 parent c142414 commit 16fefe8

File tree

5 files changed

+395
-9
lines changed

5 files changed

+395
-9
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
/sing-box
1010
/sing-box.exe
1111
/build/
12+
Libbox.nupkg
1213
/*.jar
1314
/*.aar
1415
/*.xcframework/

Makefile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,9 @@ lib_android_debug:
240240
lib_apple:
241241
go run ./cmd/internal/build_libbox -target apple
242242

243+
lib_windows:
244+
go run ./cmd/internal/build_libbox -target windows
245+
243246
lib_ios:
244247
go run ./cmd/internal/build_libbox -target apple -platform ios -debug
245248

@@ -248,8 +251,8 @@ lib:
248251
go run ./cmd/internal/build_libbox -target ios
249252

250253
lib_install:
251-
go install -v github.com/sagernet/gomobile/cmd/gomobile@v0.1.11
252-
go install -v github.com/sagernet/gomobile/cmd/gobind@v0.1.11
254+
go install -v github.com/sagernet/gomobile/cmd/gomobile@v0.1.12-0.20260111141336-2bce4d211c59
255+
go install -v github.com/sagernet/gomobile/cmd/gobind@v0.1.12-0.20260111141336-2bce4d211c59
253256

254257
docs:
255258
venv/bin/mkdocs serve

0 commit comments

Comments
 (0)