1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 11:07:44 +00:00

gnu/ci: move the operations into script to run them locally

This commit is contained in:
Sylvestre Ledru 2021-05-21 18:25:23 +02:00
parent 73b47b8c76
commit adaba54026
3 changed files with 96 additions and 76 deletions

7
util/run-gnu-test.sh Normal file
View file

@ -0,0 +1,7 @@
#!/bin/bash
set -e
BUILDDIR="${PWD}/uutils/target/release"
GNULIB_DIR="${PWD}/gnulib"
pushd gnu
timeout -sKILL 2h make -j "$(nproc)" check SUBDIRS=. RUN_EXPENSIVE_TESTS=no RUN_VERY_EXPENSIVE_TESTS=no VERBOSE=no || : # Kill after 4 hours in case something gets stuck in make