Skip to content

Merge pull request #367 from kyaushev/master #89

Merge pull request #367 from kyaushev/master

Merge pull request #367 from kyaushev/master #89

Workflow file for this run

name: CI-windows
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
bootstrap-bat:
strategy:
matrix:
ccomp: [ msvc32, msvc64, gcc ]
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Bootstrapping with ${{ matrix.ccomp }}
run: |
copy .github\workflows\conf-template-${{ matrix.ccomp }}.bat c-plus-plus.conf.bat
bootstrap.bat
shell: cmd
- uses: actions/upload-artifact@v2
if: failure()
with:
name: log-info-windows
path: |
autotests\__error.txt
autotests\__dump.txt
autotests\__log.txt
bin
src
retention-days: 5