Skip to content

Commit 57d4bb2

Browse files
committed
feat: add build and verification scripts for Hamlib with logging utility
1 parent a639756 commit 57d4bb2

File tree

15 files changed

+2099
-1552
lines changed

15 files changed

+2099
-1552
lines changed

.env.example

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Hamlib Build Configuration
2+
# Copy this file to .env and adjust values as needed
3+
4+
# Hamlib installation prefix (where Hamlib is installed)
5+
# Default: ./hamlib-build (CI) or /usr/local (manual)
6+
HAMLIB_PREFIX=./hamlib-build
7+
8+
# Windows: Hamlib root directory (contains bin/, lib/, include/)
9+
# HAMLIB_ROOT=C:/hamlib
10+
11+
# Windows: pthread root directory (if using pthread)
12+
# PTHREAD_ROOT=C:/pthread
13+
14+
# Development mode
15+
NODE_ENV=development
16+
17+
# Enable verbose output for build scripts
18+
# VERBOSE=true
19+
20+
# Library paths (Linux/macOS)
21+
# These are automatically set by build scripts, but can be customized
22+
23+
# Linux library path
24+
# LD_LIBRARY_PATH=./hamlib-build/lib
25+
26+
# macOS library path
27+
# DYLD_LIBRARY_PATH=./hamlib-build/lib
28+
29+
# pkg-config path
30+
# PKG_CONFIG_PATH=./hamlib-build/lib/pkgconfig

.github/scripts/verify-build.js

Lines changed: 0 additions & 150 deletions
This file was deleted.

0 commit comments

Comments
 (0)