Skip to content

Update linux-x86_64.yml #1

Update linux-x86_64.yml

Update linux-x86_64.yml #1

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: configure
run: cmake --preset linux-gcc
- name: make
run: cmake --build build/linux-gcc
- name: run test
run: __GL_SHADER_DISK_CACHE=0 ./build/linux-gcc/bin/Debug/falcor_perftest