Skip to content

Commit

Permalink
Ci on push, add ubuntu 22.04, and run make install-nls
Browse files Browse the repository at this point in the history
  • Loading branch information
elboulangero committed Oct 31, 2022
1 parent 2d0a96b commit a30b79e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
name: Build and test

on: [pull_request]
on: [push]

jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-18.04, ubuntu-20.04]
os: [ubuntu-18.04, ubuntu-20.04, ubuntu-22.04]
steps:
- uses: actions/checkout@v2
- run: sudo apt-get update && sudo apt-get -y install libneon27-dev gettext
- run: ./autogen.sh
- run: ./configure
- run: make
- run: make install-nls

0 comments on commit a30b79e

Please sign in to comment.