dsp-dr/guile-nimbus

Test: Build system on different platforms

オープン

#4 opened on 2025/08/20

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Scheme (1 件のフォーク)auto 404
build-systemgood first issuetesting

Repository metrics

Stars
 (0 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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!

コントリビューターガイド