glancesautoinstall icon indicating copy to clipboard operation
glancesautoinstall copied to clipboard

Unit Test Across supported OSes Using Docker [Suggestion]

Open pawel-lmcb opened this issue 5 years ago • 1 comments

I wanted to throw out an improvement suggestion, which is to launch docker containers and set up a .travis.yml file to create a matrix of tests for each supported OS.

We could put in a flag or something to dump the output into a file and use that to verify the installation was successful.

pawel-lmcb avatar Mar 31 '19 21:03 pawel-lmcb

We've modified the installation script to basically determine the Linux operating system using the base package management system. What I've noticed is that assuming some of the basic commands in the script are available in the operating system, causes issues since some packages aren't installed.

pawel-lmcb avatar Mar 31 '19 21:03 pawel-lmcb