File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- name : core-ubu22
1+ name : core
22on :
33 push :
44 branches :
1010 branches :
1111 - ' *'
1212jobs :
13- rmagine-core-ubuntu22 :
14- runs-on : ubuntu-22.04
13+ build :
14+ runs-on : ${{matrix.os}}
15+ strategy :
16+ matrix :
17+ os : [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04 ]
1518 steps :
1619 - name : Deps (core)
1720 run : sudo apt install -y libboost-dev libeigen3-dev libassimp-dev cmake
Original file line number Diff line number Diff line change 1- name : optix-ubu22
1+ name : cuda
22on :
33 push :
44 branches :
1010 branches :
1111 - ' *'
1212jobs :
13- rmagine-optix-ubuntu22 :
14- runs-on : ubuntu-22.04
13+ build :
14+ runs-on : ${{matrix.os}}
15+ strategy :
16+ matrix :
17+ os : [ ubuntu-20.04, ubuntu-22.04 ]
1518 steps :
1619 - name : Deps (APT)
1720 run : sudo apt install -y libboost-dev libeigen3-dev libassimp-dev cmake
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- name : embree-ubu24
1+ name : embree
22on :
33 push :
44 branches :
1010 branches :
1111 - ' *'
1212jobs :
13- rmagine-embree-ubuntu22 :
14- runs-on : ubuntu-24.04
13+ build :
14+ runs-on : ${{matrix.os}}
15+ strategy :
16+ matrix :
17+ os : [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04 ]
1518 steps :
1619 - name : Deps (APT)
1720 run : sudo apt install -y libboost-dev libeigen3-dev libassimp-dev cmake
Original file line number Diff line number Diff line change 1- name : cuda-ubu22
1+ name : optix
22on :
33 push :
44 branches :
1010 branches :
1111 - ' *'
1212jobs :
13- rmagine-cuda-ubuntu22 :
14- runs-on : ubuntu-22.04
13+ build :
14+ runs-on : ${{matrix.os}}
15+ strategy :
16+ matrix :
17+ os : [ ubuntu-20.04, ubuntu-22.04 ]
1518 steps :
1619 - name : Deps (APT)
1720 run : sudo apt install -y libboost-dev libeigen3-dev libassimp-dev cmake
You can’t perform that action at this time.
0 commit comments