Skip to content

Ported shaders from Cg to OgreUnifiedShader (OGRE 14.4+) #19

Ported shaders from Cg to OgreUnifiedShader (OGRE 14.4+)

Ported shaders from Cg to OgreUnifiedShader (OGRE 14.4+) #19

Workflow file for this run

name: CI Build
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
linux:
runs-on: ubuntu-22.04
steps:
- name: Install Dependencies
run: |
sudo apt update
sudo apt install -y cmake g++ libogre-1.12-dev
- uses: actions/checkout@v2
- name: Test
run: |
cmake -Bbuild -DCAELUM_BUILD_SAMPLES=ON -DCAELUM_SCRIPT_SUPPORT=ON .
cmake --build build -- -j 2
bin/CaelumTest