Add .pdb files to artifacts
This commit is contained in:
parent
9036614bcb
commit
1d7a961dc6
@ -12,9 +12,15 @@ build_script:
|
|||||||
artifacts:
|
artifacts:
|
||||||
- path: RelWithDebInfo/pawncc.exe
|
- path: RelWithDebInfo/pawncc.exe
|
||||||
name: Pawn compiler
|
name: Pawn compiler
|
||||||
|
- path: RelWithDebInfo/pawncc.pdb
|
||||||
|
name: Pawn compiler - debug info
|
||||||
|
|
||||||
- path: RelWithDebInfo/pawnc.dll
|
- path: RelWithDebInfo/pawnc.dll
|
||||||
name: Pawn compiler library
|
name: Pawn compiler library
|
||||||
|
- path: RelWithDebInfo/pawnc.pdb
|
||||||
|
name: Pawn compiler library - debug info
|
||||||
|
|
||||||
- path: RelWithDebInfo/pawndisasm.exe
|
- path: RelWithDebInfo/pawndisasm.exe
|
||||||
name: Pawn disassembler
|
name: Pawn disassembler
|
||||||
|
- path: RelWithDebInfo/pawndisasm.pdb
|
||||||
|
name: Pawn disassembler - debug info
|
||||||
|
Loading…
x
Reference in New Issue
Block a user