mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-23 10:25:45 -05:00
Fix cmake call for CI.
This commit is contained in:
parent
39782f80c9
commit
11c43e3d5d
1 changed files with 1 additions and 1 deletions
|
@ -15,5 +15,5 @@ rm -Rf "$WORKSPACE/build"
|
|||
mkdir "$WORKSPACE/build"
|
||||
cd "$WORKSPACE/build"
|
||||
|
||||
CMAKE_PREFIX_PATH="$WORKSPACE/prefix/usr" cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/usr -DWEBVIEW_WITH_WEBKIT=1 ..
|
||||
CMAKE_PREFIX_PATH="$WORKSPACE/prefix/usr" cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/usr -DWEBVIEW_FORCE_WEBKIT=1 ..
|
||||
nice -n 18 make -j2
|
||||
|
|
Loading…
Add table
Reference in a new issue