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
