bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CI/CD testing of gnulib?


From: Bruno Haible
Subject: Re: CI/CD testing of gnulib?
Date: Wed, 11 Nov 2020 18:34:20 +0100
User-agent: KMail/5.1.3 (Linux/4.4.0-193-generic; KDE/5.18.0; x86_64; ; )

Hi Dago,

> I’d happily set up buildbot testing for Solaris. What should be specifically
> executed for the CI test?

The typical commands are:

    - git clone --depth 1 https://git.savannah.gnu.org/git/gnulib.git
    - cd gnulib
    - ./gnulib-tool --create-testdir --dir=./testdir --single-configure 
--without-privileged-tests
    - cd ./testdir
    - ./configure
    - make
    - export FORCE_UNSAFE_CONFIGURE=1
    - make check

Bruno




reply via email to

[Prev in Thread] Current Thread [Next in Thread]