Skip to content

210 implement scrolling f #404

210 implement scrolling f

210 implement scrolling f #404

Workflow file for this run

name: Dreamos Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run tests with gcc
run: make tests TOOLCHAIN=gcc
- name: Run tests with clang
run: make tests TOOLCHAIN=clang