Skip to content

Commit

Permalink
make OpenBSD flow more verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-naumov committed May 4, 2024
1 parent 8803aa2 commit f29c04d
Show file tree
Hide file tree
Showing 4 changed files with 192 additions and 12 deletions.
51 changes: 48 additions & 3 deletions .github/workflows/openbsd_7_4_aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,66 @@ jobs:
sync_files: runner-to-vm
shell: bash
run: |
echo "------------------------------------------------------------"
echo "> uname -a"
uname -a
echo "------------------------------------------------------------"
echo "> echo $SHELL"
echo $SHELL
pwd
ls -lah
whoami
echo "------------------------------------------------------------"
echo "> env | sort"
env | sort
echo "------------------------------------------------------------"
echo "> sudo pkg_add gmake automake-1.16.5 autoconf-2.71"
sudo pkg_add gmake automake-1.16.5 autoconf-2.71
echo "------------------------------------------------------------"
echo "> export AUTOCONF_VERSION=2.71"
export AUTOCONF_VERSION=2.71
echo "------------------------------------------------------------"
echo "> export AUTOMAKE_VERSION=1.16"
export AUTOMAKE_VERSION=1.16
echo "------------------------------------------------------------"
echo "> ls -la /usr/local/bin/aclocal-*"
ls -la /usr/local/bin/aclocal-*
echo "------------------------------------------------------------"
echo "> cd src"
cd src
echo "------------------------------------------------------------"
echo "> ls -lah"
ls -lah
echo "------------------------------------------------------------"
echo "> ./autogen.sh"
./autogen.sh
echo "------------------------------------------------------------"
echo "> echo $?"
echo $?
echo "------------------------------------------------------------"
echo "> ./configure --disable-pam CFLAGS='-Wall -DDEBUG'"
./configure --disable-pam CFLAGS="-Wall -DDEBUG"
echo "------------------------------------------------------------"
echo "> gmake"
gmake
echo "------------------------------------------------------------"
echo "> ./screen -v"
./screen -v
echo "------------------------------------------------------------"
echo "> ./screen -ls || echo $?"
./screen -ls || echo $?
echo "------------------------------------------------------------"
echo "> ./screen --help"
./screen --help
51 changes: 48 additions & 3 deletions .github/workflows/openbsd_7_4_x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,66 @@ jobs:
sync_files: runner-to-vm
shell: bash
run: |
echo "------------------------------------------------------------"
echo "> uname -a"
uname -a
echo "------------------------------------------------------------"
echo "> echo $SHELL"
echo $SHELL
pwd
ls -lah
whoami
echo "------------------------------------------------------------"
echo "> env | sort"
env | sort
echo "------------------------------------------------------------"
echo "> sudo pkg_add gmake automake-1.16.5 autoconf-2.71"
sudo pkg_add gmake automake-1.16.5 autoconf-2.71
echo "------------------------------------------------------------"
echo "> export AUTOCONF_VERSION=2.71"
export AUTOCONF_VERSION=2.71
echo "------------------------------------------------------------"
echo "> export AUTOMAKE_VERSION=1.16"
export AUTOMAKE_VERSION=1.16
echo "------------------------------------------------------------"
echo "> ls -la /usr/local/bin/aclocal-*"
ls -la /usr/local/bin/aclocal-*
echo "------------------------------------------------------------"
echo "> cd src"
cd src
echo "------------------------------------------------------------"
echo "> ls -lah"
ls -lah
echo "------------------------------------------------------------"
echo "> ./autogen.sh"
./autogen.sh
echo "------------------------------------------------------------"
echo "> echo $?"
echo $?
echo "------------------------------------------------------------"
echo "> ./configure --disable-pam CFLAGS='-Wall -DDEBUG'"
./configure --disable-pam CFLAGS="-Wall -DDEBUG"
echo "------------------------------------------------------------"
echo "> gmake"
gmake
echo "------------------------------------------------------------"
echo "> ./screen -v"
./screen -v
echo "------------------------------------------------------------"
echo "> ./screen -ls || echo $?"
./screen -ls || echo $?
echo "------------------------------------------------------------"
echo "> ./screen --help"
./screen --help
51 changes: 48 additions & 3 deletions .github/workflows/openbsd_7_5_aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,66 @@ jobs:
sync_files: runner-to-vm
shell: bash
run: |
echo "------------------------------------------------------------"
echo "> uname -a"
uname -a
echo "------------------------------------------------------------"
echo "> echo $SHELL"
echo $SHELL
pwd
ls -lah
whoami
echo "------------------------------------------------------------"
echo "> env | sort"
env | sort
echo "------------------------------------------------------------"
echo "> sudo pkg_add gmake automake-1.16.5 autoconf-2.71"
sudo pkg_add gmake automake-1.16.5 autoconf-2.71
echo "------------------------------------------------------------"
echo "> export AUTOCONF_VERSION=2.71"
export AUTOCONF_VERSION=2.71
echo "------------------------------------------------------------"
echo "> export AUTOMAKE_VERSION=1.16"
export AUTOMAKE_VERSION=1.16
echo "------------------------------------------------------------"
echo "> ls -la /usr/local/bin/aclocal-*"
ls -la /usr/local/bin/aclocal-*
echo "------------------------------------------------------------"
echo "> cd src"
cd src
echo "------------------------------------------------------------"
echo "> ls -lah"
ls -lah
echo "------------------------------------------------------------"
echo "> ./autogen.sh"
./autogen.sh
echo "------------------------------------------------------------"
echo "> echo $?"
echo $?
echo "------------------------------------------------------------"
echo "> ./configure --disable-pam CFLAGS='-Wall -DDEBUG'"
./configure --disable-pam CFLAGS="-Wall -DDEBUG"
echo "------------------------------------------------------------"
echo "> gmake"
gmake
echo "------------------------------------------------------------"
echo "> ./screen -v"
./screen -v
echo "------------------------------------------------------------"
echo "> ./screen -ls || echo $?"
./screen -ls || echo $?
echo "------------------------------------------------------------"
echo "> ./screen --help"
./screen --help
51 changes: 48 additions & 3 deletions .github/workflows/openbsd_7_5_x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,66 @@ jobs:
sync_files: runner-to-vm
shell: bash
run: |
echo "------------------------------------------------------------"
echo "> uname -a"
uname -a
echo "------------------------------------------------------------"
echo "> echo $SHELL"
echo $SHELL
pwd
ls -lah
whoami
echo "------------------------------------------------------------"
echo "> env | sort"
env | sort
echo "------------------------------------------------------------"
echo "> sudo pkg_add gmake automake-1.16.5 autoconf-2.71"
sudo pkg_add gmake automake-1.16.5 autoconf-2.71
echo "------------------------------------------------------------"
echo "> export AUTOCONF_VERSION=2.71"
export AUTOCONF_VERSION=2.71
echo "------------------------------------------------------------"
echo "> export AUTOMAKE_VERSION=1.16"
export AUTOMAKE_VERSION=1.16
echo "------------------------------------------------------------"
echo "> ls -la /usr/local/bin/aclocal-*"
ls -la /usr/local/bin/aclocal-*
echo "------------------------------------------------------------"
echo "> cd src"
cd src
echo "------------------------------------------------------------"
echo "> ls -lah"
ls -lah
echo "------------------------------------------------------------"
echo "> ./autogen.sh"
./autogen.sh
echo "------------------------------------------------------------"
echo "> echo $?"
echo $?
echo "------------------------------------------------------------"
echo "> ./configure --disable-pam CFLAGS='-Wall -DDEBUG'"
./configure --disable-pam CFLAGS="-Wall -DDEBUG"
echo "------------------------------------------------------------"
echo "> gmake"
gmake
echo "------------------------------------------------------------"
echo "> ./screen -v"
./screen -v
echo "------------------------------------------------------------"
echo "> ./screen -ls || echo $?"
./screen -ls || echo $?
echo "------------------------------------------------------------"
echo "> ./screen --help"
./screen --help

0 comments on commit f29c04d

Please sign in to comment.