Skip to content

Commit

Permalink
Fix path.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralight committed Mar 3, 2015
1 parent 15295cd commit 748b826
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,15 @@ build_script:
- cd build
- cmake %CMAKE_ARGS% ..
- cmake --build .
- cd ..

after_build:
- '%NSIS_ROOT%\makensis installer/mosquitto.nsi'
- cd installer
- '%NSIS_ROOT%\makensis mosquitto.nsi'

artifacts:
- name: Installer
path: 'mosquitto-*-install-win32.exe'
path: 'installer/mosquitto-*-install-win32.exe'
#- path: build\src\Release\mosquitto.exe
#- path: build\src\Release\mosquitto_passwd.exe
#- path: build\lib\Release\mosquitto.dll
Expand Down

0 comments on commit 748b826

Please sign in to comment.