Re: Build testing

2020-01-07 Thread Alin Jerpelea
I am using the same scripts on my test machine and if anyone would like I can dump the daily logs on a github for refference Alin On Thu, Jan 2, 2020 at 6:50 PM Disruptive Solutions < disruptivesolution...@gmail.com> wrote: > Very interesting... I would like to use build scripts in the Jenkins

Re: Build testing

2020-01-02 Thread Disruptive Solutions
Very interesting... I would like to use build scripts in the Jenkins solution I have running to test my STM book configs... Verstuurd vanaf mijn iPhone > Op 2 jan. 2020 om 18:40 heeft Gregory Nutt het volgende > geschreven: > >  >> I have some scripts that I use to perform build testing. T

Re: Build testing

2020-01-02 Thread Gregory Nutt
I have some scripts that I use to perform build testing.  That is, just build as many configurations.  This only verifies that no existing builds are broken.  It does not prove that a change is correct or that a change will not break a build that actually uses the change.  It would take a muc