dsp-dr/guile-nimbus

Test: Build system on different platforms

Aperta

#4 aperta il 20 ago 2025

 (0 commenti) (0 reazioni) (0 assegnatari)Scheme (1 fork)auto 404
build-systemgood first issuetesting

Metriche repository

Star
 (0 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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!

Guida contributor