Skip to content

Create workflow for pull request - Build Release and Debug #4

Create workflow for pull request - Build Release and Debug

Create workflow for pull request - Build Release and Debug #4

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