Skip to content

Commit 48d7d68

Browse files
committed
scripts
1 parent 71f71d4 commit 48d7d68

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

build.bat

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
1+
@echo off
2+
REM Build script to compile the Go program into an executable
3+
echo Building resources.syso...
14
windres -o resources.syso resources.rc
2-
go build -o piarch.exe
5+
echo Building piarch.exe...
6+
go build -o piarch.exe
7+
echo Build complete.

test.bat

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
@echo off
2+
REM Test script to run all tests in the project
3+
echo Running tests...
4+
go test ./...
5+
echo Tests complete.

test_zip/compressed.bin

-39 KB
Binary file not shown.

0 commit comments

Comments
 (0)