Skip to content

sky shader: rather use noise textures for noise lookups instead of co… #2159

sky shader: rather use noise textures for noise lookups instead of co…

sky shader: rather use noise textures for noise lookups instead of co… #2159

Workflow file for this run

name: CI Ubuntu
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: install required packages
run: sudo apt update && sudo apt-get install libglew-dev libopenal-dev libglfw3-dev libfreetype-dev libxml2-dev libvulkan-dev
- uses: actions/checkout@v2
- name: make mains
run: make mains VULKAN=YES GLES2=YES