511aa566156653dfebb33e3de1e345a8b57b547a
[pcsx_rearmed.git] / .github / workflows / ci-linux.yml
1 name: CI (Linux)
2 on: [push, pull_request]
3 jobs:
4   build-linux:
5     runs-on: ubuntu-latest
6     steps:
7     - uses: actions/checkout@v2
8     - name: Install dependencies
9       run: |
10         sudo apt-get update -qq
11         sudo apt-get install -y libsdl1.2-dev libasound2-dev libpng-dev libz-dev
12     - name: configure
13       run: ./configure
14     - name: make
15       run: make