Skip to content

Commit

Permalink
BSDs dont work part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
wtoorop committed Jul 12, 2024
1 parent 66e1a11 commit 8d76771
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,21 +112,21 @@ jobs:
# pkginstall: pkg_add -v libtool gmake gindent automake-1.16.3 autoconf-2.71
# env: AUTOCONF_VERSION=2.71 AUTOMAKE_VERSION=1.16
# configure_args: --disable-dane-verify

steps:
- uses: actions/checkout@main
with:
submodules: recursive
- name: Build and test on ${{ matrix.os.name }}
uses: cross-platform-actions/action@master
with:
operating_system: ${{ matrix.os.name }}
version: ${{ matrix.os.version }}
shell: bash
run: |
export DUMMY12345=1 ${{ matrix.os.env }}
sudo ${{ matrix.os.pkginstall }} || ${{ matrix.os.pkginstall }}
libtoolize -vci
autoreconf -vfi
./configure ${{ matrix.os.configure_args }}
gmake test
#
# steps:
# - uses: actions/checkout@main
# with:
# submodules: recursive
# - name: Build and test on ${{ matrix.os.name }}
# uses: cross-platform-actions/action@master
# with:
# operating_system: ${{ matrix.os.name }}
# version: ${{ matrix.os.version }}
# shell: bash
# run: |
# export DUMMY12345=1 ${{ matrix.os.env }}
# sudo ${{ matrix.os.pkginstall }} || ${{ matrix.os.pkginstall }}
# libtoolize -vci
# autoreconf -vfi
# ./configure ${{ matrix.os.configure_args }}
# gmake test

0 comments on commit 8d76771

Please sign in to comment.