aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/check.yml
blob: 40c7f0de7c66a62b90a2cb93e20bc5efc161bac6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name: Check
on: [push, pull_request]
jobs:
  test:
    name: Test
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - name: Update Package Lists
        run: sudo apt-get update
      - name: Install Dependencies
        run: |
          sudo apt-get install -y build-essential libimlib2-dev libxft-dev \
          libfribidi-dev libxinerama-dev libx11-xcb-dev libxcb-res0-dev \
          ninja-build
      - name: Test Compilation
        run: ninja