Skip to content
29 changes: 29 additions & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: C/C++ CI

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: configure
run: autoreconf -i && sh configure
- name: make
run: make
- name: make check
run: make check
- name: Save Test Results!
if: always ()
uses: actions/upload-artifact@v4.6.2
with:
name: result
path: tests/test-suite.log
- name: make distcheck
run: make distcheck
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
AC_INIT([hyphen],[2.8.8],[nemeth@numbertext.org])
AM_INIT_AUTOMAKE(hyphen,2.8.8)
AC_INIT([hyphen],[2.8.8])
AM_INIT_AUTOMAKE
AC_PROG_CC
AC_PROG_INSTALL
AC_PROG_LIBTOOL
LT_INIT

AC_CONFIG_FILES([Makefile
doc/Makefile
Expand Down
2 changes: 1 addition & 1 deletion tests/base.hyph
Original file line number Diff line number Diff line change
Expand Up @@ -2778,7 +2778,7 @@ nicholls
nick=name
niel=son
night=fall
ni=hilism
ni=hil=ism
nim=bler
nineties
nip=ponizes
Expand Down