mirror of
https://github.com/status-im/snorenotify.git
synced 2025-02-16 18:36:45 +00:00
try to create APPVEYOR build artifact
This commit is contained in:
parent
d56aa69542
commit
58ee21b450
@ -16,4 +16,8 @@ environment:
|
||||
#mingw
|
||||
- COMPILER: MINGW
|
||||
#msvc
|
||||
#- COMPILER: MSVC
|
||||
- COMPILER: MSVC
|
||||
|
||||
artifacts:
|
||||
- path: work\image
|
||||
name: %APPVEYOR_PROJECT_NAME%
|
@ -32,6 +32,7 @@ elseif ( $env:COMPILER -eq "MSVC" )
|
||||
|
||||
|
||||
|
||||
mkdir $env:APPVEYOR_BUILD_FOLDER\work\image
|
||||
mkdir $env:APPVEYOR_BUILD_FOLDER\work\build
|
||||
mkdir $env:APPVEYOR_BUILD_FOLDER\work\build\extra-cmake-modules
|
||||
mkdir $env:APPVEYOR_BUILD_FOLDER\work\build\snorenotify
|
||||
@ -53,4 +54,4 @@ if ( !(Test-Path "$env:APPVEYOR_BUILD_FOLDER\work\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 install DESTDIR=$env:APPVEYOR_BUILD_FOLDER\work\image
|
Loading…
x
Reference in New Issue
Block a user