Skip to content

Commit

Permalink
[all] Test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ileanadumitrescu95 committed Nov 12, 2024
1 parent e6c7978 commit 237426b
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 312 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/many-platforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ jobs:
ls -l
export CPPFLAGS="-I/usr/local/include -Wall"
export LDFLAGS="-L/usr/local/lib"
./build-on.sh '${{ env.package }}' '' 'gmake' 'LIBTOOLFLAGS=--test' '${{ github.event.head_commit.message }}'
./build-on.sh '${{ env.package }}' '' 'gmake' '' '${{ github.event.head_commit.message }}'
# Doc: https://docs.github.com/en/actions/using-workflows/storing-workflow-data-as-artifacts
# https://github.com/actions/upload-artifact?tab=readme-ov-file#usage
- if: ${{ always() }}
Expand Down
2 changes: 1 addition & 1 deletion build-dev-tarball.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ git clone --depth 2 -b "$branch" https://git.savannah.gnu.org/git/"$package".git
git clone --depth 1 https://git.savannah.gnu.org/git/gnulib.git

# Apply patches.
(cd "$package" && patch -p1 < ../patches/0001-libtool-Add-option-to-reorder-the-shared-library-cac.patch)
# (cd "$package" && patch -p1 < ../patches/<patch>)

export GNULIB_SRCDIR=`pwd`/gnulib
cd "$package"
Expand Down
2 changes: 1 addition & 1 deletion build-on.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ case "$commit_message" in
;;
*)
# Run the tests.
$make check $make_options TESTSUITEFLAGS="--debug 173" > log3 2>&1; rc=$?; cat log3; test $rc = 0 || exit 1
$make check $make_options TESTSUITEFLAGS="--debug" > log3 2>&1; rc=$?; cat log3; test $rc = 0 || exit 1
;;
esac

Expand Down
33 changes: 0 additions & 33 deletions patches/0001-Add-temporary-quick-check.patch

This file was deleted.

This file was deleted.

0 comments on commit 237426b

Please sign in to comment.