mirror of
https://github.com/status-im/snorenotify.git
synced 2025-01-09 16:15:45 +00:00
fix execute
This commit is contained in:
parent
3e6ca13334
commit
5f91939d83
@ -49,10 +49,10 @@ if ( !(Test-Path "$env:APPVEYOR_BUILD_FOLDER\work\install" ) )
|
||||
|
||||
cd $env:APPVEYOR_BUILD_FOLDER\work\build\extra-cmake-modules
|
||||
cmake -G $CMAKE_GENERATOR $env:APPVEYOR_BUILD_FOLDER\work\git\extra-cmake-modules -DCMAKE_INSTALL_PREFIX="$CMAKE_INSTALL_ROOT"
|
||||
$MAKE install
|
||||
& $MAKE install
|
||||
}
|
||||
|
||||
|
||||
cd $env:APPVEYOR_BUILD_FOLDER\work\build\snorenotify
|
||||
cmake -G $CMAKE_GENERATOR $env:APPVEYOR_BUILD_FOLDER -DWITH_SNORE_DAEMON=ON -DWITH_FRONTENDS=ON -DCMAKE_INSTALL_PREFIX="$CMAKE_INSTALL_ROOT"
|
||||
$MAKE
|
||||
& $MAKE
|
Loading…
x
Reference in New Issue
Block a user