File tree Expand file tree Collapse file tree 3 files changed +15
-12
lines changed Expand file tree Collapse file tree 3 files changed +15
-12
lines changed Original file line number Diff line number Diff line change 11# Copyright (C) 2018-2020 - DevSH Graphics Programming Sp. z O.O.
22# This file is part of the "Nabla Engine".
33# For conditions of distribution and use, see copyright notice in nabla.h.in or nabla.h
4-
4+ #
55cmake_minimum_required (VERSION 3.25)
66#policies
77cmake_policy (SET CMP0112 NEW)
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ def execute (agent )
2+ {
3+ stage(' CMake' )
4+ {
5+ agent. execute(" cmake -DNBL_UPDATE_GIT_SUBMODULE=OFF -DNBL_COMPILE_WITH_CUDA:BOOL=OFF -DNBL_BUILD_OPTIX:BOOL=OFF -DNBL_BUILD_MITSUBA_LOADER:BOOL=OFF -DNBL_BUILD_RADEON_RAYS:BOOL=OFF -DNBL_RUN_TESTS:BOOL=ON -S ./ -B ./build -T v143" )
6+ }
7+
8+ stage(' Compile Nabla' )
9+ {
10+ agent. execute(" cmake --build ./build --target Nabla --config Release -j12 -v" )
11+ }
12+ }
13+
14+ return this
You can’t perform that action at this time.
0 commit comments