mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 19:03:16 +00:00
* initial changes for waveshare s3 touch support * fix lvgl locking * fix for lvgl locking * cleaned up dependencies * boards now depend on tactility instead of tactility-esp * revert deletion * remove component * working touch&display driver * added waveshare to github actions * cleanup * fix for driver * fix for sim build * build fixes * updated docs * updated docs * attempt new sdl2 github action * revert * fixes for clion/cmdline build environment wasn't parsed properly * temporarily disable pc sim build
25 lines
641 B
YAML
25 lines
641 B
YAML
#name: Build
|
|
#on: [push]
|
|
#jobs:
|
|
# Build-PC:
|
|
# runs-on: ubuntu-latest
|
|
# steps:
|
|
# - name: Checkout repo
|
|
# uses: actions/checkout@v2
|
|
# with:
|
|
# submodules: recursive
|
|
# - uses: libsdl-org/setup-sdl@main
|
|
# id: sdl
|
|
# with:
|
|
# install-linux-dependencies: true
|
|
# version: 2-latest
|
|
# version-sdl-image: 2-latest
|
|
# - name: Configure Project
|
|
# uses: threeal/cmake-action@v1.3.0
|
|
# - name: Prepare Project
|
|
# run: cmake -S ./ -B build
|
|
# - name: Build Project
|
|
# env:
|
|
# USE_SDL_WITH_NAMESPACE: true
|
|
# run: cmake --build build
|