aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
blob: c5902356ede6ac2e1122e8012964485116621c47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
name: CI

on:
  push:
    branches: [main]
  pull_request:
    branches: [main]

jobs:
  test:
    name: Continuous Integration
    runs-on: ubuntu-latest

    steps:
      - name: Checkout Code
        uses: actions/checkout@v4

      - name: Install dependencies from Ubuntu sources
        run: sudo apt-get install cc65 fceux ruby

      - name: Main task
        run: make