Skip to content

Commit

Permalink
Create workflow for pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
floatfoo committed Jan 1, 2024
1 parent 6ddfde6 commit 6468e3d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/pull-request-workflow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: 'Pull Request workflow'
on: [pull_request]
jobs:
build_release:
runs-on: ubuntu-latest
steps:
- run: sudo apt-get install base-devel
- run: sudo apt-get install libx11-dev
- run: sudo apt-get install libpng-dev
- run: make -k

0 comments on commit 6468e3d

Please sign in to comment.