aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/integration.yml
blob: 659e53993762f92fef40134bab5da06d850b9bac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name: 統・Integration
on: [push, pull_request]
jobs:
  test:
    name: テスト・Test
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - name: システム・Package Lists
        run: sudo apt-get update
      - name: システム・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: システム・Compilation
        run: ninja