We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6337d09 commit 99c56bfCopy full SHA for 99c56bf
1 file changed
utils/plain-local-build.sh
@@ -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