Skip to content

Name change update.

Name change update. #1

name: Renderer
on:
workflow_dispatch:
push:
paths:
- "wisor/**"
- ".github/workflows/wisor-renderer.yml"
pull_request:
branches: [main]
paths:
- "wisor/**"
- ".github/workflows/wisor-renderer.yml"
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
submodules: true
- name: Setup Environment
run: |
sudo apt-get update -qq
sudo apt-get install -y --no-install-recommends libglfw3 libglfw3-dev libx11-dev libxcursor-dev libxrandr-dev libxinerama-dev libxi-dev libxext-dev libxfixes-dev
- name: Build All
run: |
make all PLATFORM=PLATFORM_DESKTOP GRAPHICS=GRAPHICS_API_OPENGL_21