Skip to content

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

Create workflow for pull request - Build Release and Debug

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

name: 'Pull Request workflow'
on: [pull_request]
jobs:
build_release:
runs-on: ubuntu-latest
container:
image: archlinux
ports:
- 80
steps:
- uses: actions/checkout@v4
- run: pacman -Sy --noconfirm xorg-server
- run: pacman -Sy --noconfirm libpng
- run: pwd
- run: ls -la
- run: make -k