Skip to content

Commit

Permalink
Add CI config to run HTML tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rodarima committed Dec 28, 2023
1 parent 612a51a commit 8207c6b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,19 @@ jobs:
make
make check
ldd src/dillo
ubuntu-latest-html-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1
- name: Install dependencies
run: sudo apt install -y libfltk1.3-dev libssl-dev xvfb x11-apps x11-utils imagemagick
- name: autogen
run: ./autogen.sh
- name: configure
run: ./configure --enable-html-tests
- name: make
run: make
- name: make check
run: make check

0 comments on commit 8207c6b

Please sign in to comment.