Skip to content

document VICE installation on Fedora #17

document VICE installation on Fedora

document VICE installation on Fedora #17

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install clang-format and cc65
run: |
sudo apt-get update && sudo apt-get install -y clang-format cc65
- name: Check code is formatted per clang-format
run: |
./travis/check-formatting.sh
- name: Check code compiles with cc65
run: |
make