Fix path to artifacts in AppVeyor config

This commit is contained in:
Zeex 2015-03-28 19:28:51 +06:00
parent 8e53408cdb
commit 13680704ea

View File

@ -1,7 +1,7 @@
version: '{build}' version: '{build}'
configuration: configuration:
- Release - RelWithDebInfo
before_build: before_build:
- cmake source/compiler - cmake source/compiler
@ -10,8 +10,8 @@ build_script:
- cmake --build . --config %CONFIGURATION% - cmake --build . --config %CONFIGURATION%
artifacts: artifacts:
- path: pawncc.exe - path: RelWithDebInfo/pawncc.exe
name: Compiler executable name: Compiler executable
- path: pawnc.dll - path: RelWithDebInfo/pawnc.dll
name: Compiler library name: Compiler library