Skip to content

Commit 99c56bf

Browse files
LuxCoreDepshowetuft
authored andcommitted
Add plain local build script
1 parent 6337d09 commit 99c56bf

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

utils/plain-local-build.sh

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#!/bin/bash
2+
3+
# Tip: to clean before running, you can issue a `conan remove "*" -c`
4+
# Warning: this command will totally erase your cache
5+
# You may also want to clean /tmp/conan-cache, to avoid reinjection of previous
6+
# builds in the current one
7+
8+
# Run conan
9+
export CMAKE_BUILD_PARALLEL_LEVEL=
10+
source run-conan.sh 2>&1 | tee /tmp/run-conan.log
11+
12+
# Zip file
13+
cd /tmp/conan-cache
14+
zip -1 luxcoredeps.zip conan-cache-save.tgz build-info.json

0 commit comments

Comments
 (0)