Skip to content

Commit

Permalink
fixup! fixup! Ticket #4170: implement CI via GitHub Actions
Browse files Browse the repository at this point in the history
Signed-off-by: Yury V. Zaytsev <yury@shurup.com>
  • Loading branch information
zyv committed Jun 1, 2024
1 parent 5189ddd commit 859e791
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,21 @@ jobs:
- name: Bootstrap build system
run: ./autogen.sh

- name: Check formatting
run: make indent || true

- name: Build
run: |
mkdir -p build-default && cd $_
../configure \
--prefix="$(pwd)/install" \
--enable-mclib \
--enable-aspell \
--enable-vfs-undelfs \
--enable-werror
make
make check
make install

0 comments on commit 859e791

Please sign in to comment.