Skip to content

CI on refs/heads/main on bf51c4e28e381100d37071f9995311ba9b3bd745 #6

CI on refs/heads/main on bf51c4e28e381100d37071f9995311ba9b3bd745

CI on refs/heads/main on bf51c4e28e381100d37071f9995311ba9b3bd745 #6

Workflow file for this run

name: CI
run-name: CI on ${{ github.ref }} on ${{ github.sha }}
on:
push:
branches:
- main
jobs:
Build-And-test:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v4
- run: mkdir build
- run: cd build
- name: Run Cmake Config step
run: cmake ../ray-tracing
- name: Run build
run: cmake --build . --parallel 2