dsp-dr/guile-nimbus

Test: Build system on different platforms

Ouverte

#4 ouverte le 20 août 2025

 (0 commentaire) (0 réaction) (0 personne assignée)Scheme (1 fork)auto 404
build-systemgood first issuetesting

Métriques du dépôt

Stars
 (0 étoile)
Métriques de merge PR
 (Métriques PR en attente)

Description

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!

Guide contributeur