dsp-dr/guile-nimbus

Test: Build system on different platforms

開放

#4 建立於 2025年8月20日

 (0 則留言) (0 個反應) (0 位負責人)Scheme (1 個分叉)auto 404
build-systemgood first issuetesting

倉庫指標

星標
 (0 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

Description

Test the Makefile and build system across different operating systems.

Platforms to Test

  • FreeBSD - Native platform, should work perfectly
  • Ubuntu/Debian - Test apt-get dependency installation
  • macOS - Test Homebrew installation path
  • Alpine Linux - Test minimal environment

Tasks for Each Platform

  • Install Guile 3.0+ using platform package manager
  • Clone repository
  • Run make check-deps
  • Run make compile
  • Run make test
  • Test CLI functionality
  • Document any platform-specific issues

Expected Outcome

  • Build instructions work on all major platforms
  • Any platform-specific bugs are identified
  • Installation docs are validated
  • Build system is robust

Resources

Skills Needed

  • Access to different operating systems
  • Package manager familiarity
  • Build system troubleshooting

Great for testing cross-platform compatibility!

貢獻者指南