Add .pdb files to artifacts

This commit is contained in:
Zeex 2015-04-07 22:37:06 +06:00
parent 9036614bcb
commit 1d7a961dc6

View File

@ -12,9 +12,15 @@ build_script:
artifacts:
- path: RelWithDebInfo/pawncc.exe
name: Pawn compiler
- path: RelWithDebInfo/pawncc.pdb
name: Pawn compiler - debug info
- path: RelWithDebInfo/pawnc.dll
name: Pawn compiler library
- path: RelWithDebInfo/pawnc.pdb
name: Pawn compiler library - debug info
- path: RelWithDebInfo/pawndisasm.exe
name: Pawn disassembler
- path: RelWithDebInfo/pawndisasm.pdb
name: Pawn disassembler - debug info