diff options
| author | Fuwn <[email protected]> | 2024-01-08 20:29:32 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-08 20:32:02 -0800 |
| commit | 484d7e2d86d4114d5f0175ae25ce46941ee62dcb (patch) | |
| tree | 21d93ec52c95ecce0056bfb56c90bff836b04cc2 /.github/workflows | |
| parent | docs: remove luke's larbs documentation (diff) | |
| download | seiwm-484d7e2d86d4114d5f0175ae25ce46941ee62dcb.tar.xz seiwm-484d7e2d86d4114d5f0175ae25ce46941ee62dcb.zip | |
ci(github): compile check
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/integration.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml new file mode 100644 index 0000000..19ff98c --- /dev/null +++ b/.github/workflows/integration.yml @@ -0,0 +1,14 @@ +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 + - name: システム・Compilation + run: make |