Use make to build all binaries

This commit is contained in:
James Robson 2021-02-03 21:27:30 +00:00
parent 2bb9a85dde
commit 84965ad8c3

View file

@ -33,14 +33,14 @@ jobs:
- name: Build binaries - name: Build binaries
shell: bash shell: bash
run: | run: |
sudo apt-get update
sudo apt-get install autoconf autopoint bison texinfo gperf gcc g++ gdb python-pyinotify expect python3-sphinx
pushd uutils pushd uutils
cargo build --release make PROFILE=release
BUILDDIR="$PWD/target/release/" BUILDDIR="$PWD/target/release/"
popd popd
GNULIB_SRCDIR="$PWD/gnulib" GNULIB_SRCDIR="$PWD/gnulib"
pushd gnu/ pushd gnu/
sudo apt-get update
sudo apt-get install autoconf autopoint bison texinfo gperf gcc gdb python-pyinotify expect
./bootstrap --gnulib-srcdir="$GNULIB_SRCDIR" ./bootstrap --gnulib-srcdir="$GNULIB_SRCDIR"
./configure --quiet --disable-gcc-warnings ./configure --quiet --disable-gcc-warnings
# Change the PATH in the Makefile to test the uutils coreutils instead of the GNU coreutils # Change the PATH in the Makefile to test the uutils coreutils instead of the GNU coreutils