Skip to content

Update delphi-package.yml #61

Update delphi-package.yml

Update delphi-package.yml #61

Workflow file for this run

name: Delphi package
on: [push]
jobs:
build_sempare_template_engine:
runs-on: self-hosted
strategy:
fail-fast: true
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 2
- name: build win32 debug
shell: cmd
id: build_win32_debug
working-directory: scripts
run: bootstrap.bat Debug Win32
- name: run win32 debug tests
shell: cmd
id: run_win32_debug_tests
working-directory: scripts
run: Win32\Debug\Sempare.Template.Tester.exe -cm:quiet -exit:continue -b -xmlfile:.\test-results.xml
- name: build win32 release
id: build_win32_release
working-directory: scripts
shell: cmd
run: bootstrap.bat Release Win32