From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.uzoreto.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Tero Koskinen Newsgroups: comp.lang.ada Subject: Re: Ahven and other my Ada projects moved from Bitbucket to Sourcehut Date: Sun, 3 May 2020 00:26:24 +0300 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: individual.net Rnx8Z5VAEJFDM+DHG9PAFAJTmHLIVuA7mYXvIWG90VTA8ruA0u Cancel-Lock: sha1:AbIgx1ygB0fj8KY4jZJX5Rdmc5I= User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 PostboxApp/7.0.14 In-Reply-To: Content-Language: en-US Xref: reader01.eternal-september.org comp.lang.ada:58559 Date: 2020-05-03T00:26:24+03:00 List-Id: Hi, Niklas Holsti wrote on 2.5.2020 23.19: > On 2020-05-02 22:12, Tero Koskinen wrote: >> Hi all, > >    ... > >> I have relocated all my Mercurial repositories from Bitbucket to >> Sourcehut. > >    ... > >> Sourcehut is yet another commercial source code hosting platform, > > Have you tried the building services of Sourcehut? Do they support Ada > with Gnat? Yes, I have one build script for Sourcehut CI enabled at the moment, see https://hg.sr.ht/~tkoskine/ahven/browse/.build.yml?rev=tip Same here below: > image: debian/stable > packages: > - gprbuild > - make > - gnat-8 > - mercurial > > sources: > - hg+https://hg.sr.ht/~tkoskine/ahven > tasks: > - build: | > mkdir /tmp/ahven-install > cd ahven > gprbuild -p -P gnat/ahven.gpr > gprbuild -p -P gnat/ahven_tests.gpr > - test: | > ahven/gnat/tester > ahven/gnat/tap_tester Example run at: https://builds.sr.ht/~tkoskine/job/196678 I still need to figure out is it possible to make the Sourcehut build system to understand the jUnit XML file format which Ahven test runners also generate. -Tero