Skip to content

Commit 46cdbb3

Browse files
LuxCoreDepshowetuft
authored andcommitted
Enhance local plain build helper script
1 parent bbebccb commit 46cdbb3

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

utils/plain-local-build.sh

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@
55
# You may also want to clean /tmp/conan-cache, to avoid reinjection of previous
66
# builds in the current one
77

8+
# Specialized for Linux, but could be changed
9+
export RUNNER_OS=Linux
10+
export RUNNER_ARCH=X64
11+
12+
13+
export LUXDEPS_VERSION=test
14+
export GCC_VERSION=14 # Note: even for gcc > 14
15+
export WORKSPACE=.
16+
export CXX_VERSION=20
17+
export CMAKE_POLICY_VERSION_MINIMUM=3.25
18+
export DEPS_BUILD_TYPE=Debug # Or Release/RelWithDebInfo/MinSizeRel, as needed
19+
export cache_dir
20+
821
# Run conan
922
export CMAKE_BUILD_PARALLEL_LEVEL=
1023
source run-conan.sh 2>&1 | tee /tmp/run-conan.log

0 commit comments

Comments
 (0)