Skip to content

Renaming Screen.h -> ScreenUtils.h. #81

Renaming Screen.h -> ScreenUtils.h.

Renaming Screen.h -> ScreenUtils.h. #81

Workflow file for this run

name: build ubuntu
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build-demo:
runs-on: ubuntu-latest
steps:
# Step 1: Checkout the repository
- name: Checkout repository
uses: actions/checkout@v3
# Step 2: Move to the parent directory and fetch dependencies
- name: Fetch dependencies
run: |
cd ..
git clone https://github.com/razterizer/Core.git
git clone https://github.com/razterizer/Termin8or.git
# git clone https://github.com/razterizer/8Beat.git
# git clone https://github.com/razterizer/AudioLibSwitcher_OpenAL.git --recurse-submodules
# # Step 3: Install OpenAL
# - name: Install OpenAL
# run: sudo apt install libopenal-dev
# Step 3: Change to the correct directory and build
- name: Build project
run: |
cd demo
./build_demo.sh
continue-on-error: false # Ensure errors are not bypassed