ObjFW  ubuntu-18.04.yml at [6f5189d4f4]

File .github/workflows/ubuntu-18.04.yml artifact 33f5d5a804 part of check-in 6f5189d4f4


name: ubuntu-18.04
on: [push, pull_request]
jobs:
  tests:
    runs-on: ubuntu-18.04
    steps:
    - uses: actions/checkout@v2
    - name: autogen.sh
      run: ./autogen.sh
    - name: configure
      run: ./configure
    - name: make
      run: make -j$(nproc)
    - name: make check
      run: make check
    - name: make install
      run: sudo make install