From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-2.9 required=3.0 tests=BAYES_00,NICE_REPLY_A autolearn=ham autolearn_force=no version=3.4.6 Path: eternal-september.org!reader02.eternal-september.org!news.szaf.org!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Niklas Holsti Newsgroups: comp.lang.ada Subject: Re: Source-code hosting with Ada build tools? Date: Sat, 26 Mar 2022 21:16:37 +0200 Organization: Tidorum Ltd Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net 52Y+KF/zj6bfmYBnCWgTlQsGCpPuR9nq5jaNkuamcHd30DScn5 Cancel-Lock: sha1:3XgPR9c+KyqmKc8fPK3rx7wRWEw= User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:91.0) Gecko/20100101 Thunderbird/91.6.2 Content-Language: en-US In-Reply-To: Xref: reader02.eternal-september.org comp.lang.ada:63658 List-Id: On 2022-03-25 23:01, Luke A. Guest wrote: > On 25/03/2022 21:00, Simon Wright wrote: >> Niklas Holsti writes: >> >>> I'm planning to move a biggish Ada project from being hosted on my own >>> website to some hosting service, such as GitHub or OSDN. Are there any >>> such services that, in addition to a source-code repository, bug >>> reporting, etc., also offer access to Ada compilers (that is, gnat) >>> for building the SW, ideally on several platforms? >> >> Github Actions do this; though I've never set them up for myself. > > AdaCore has one for GNAT. But they may be using their own compiler, instead of a preinstalled compiler provided by GitHub for all users. Do you know?