We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ac66b3 commit 7e9cae8Copy full SHA for 7e9cae8
scripts/compileit.sh
@@ -40,5 +40,5 @@ cmake -S .. \
40
-DENABLE_GTK_DOC=ON \
41
$CMAKE_VERSION4_OPTIONS \
42
-DLIBICAL_BUILD_TESTING_BIGFUZZ=ON \
43
- -DCMAKE_INSTALL_PREFIX="$HOME/tmp" &&
+ -DCMAKE_INSTALL_PREFIX="$HOME/tmp/libical-$BRANCH" &&
44
ninja && ninja test && ninja install && ninja uninstall
0 commit comments