Skip to content

Commit

Permalink
ci(github): compile check
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuwn committed Jan 9, 2024
1 parent 7ff2f77 commit 484d7e2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 484d7e2

Please sign in to comment.