Skip to content

[SUTK] Added ANCHOR test for testing the anchors #195

[SUTK] Added ANCHOR test for testing the anchors

[SUTK] Added ANCHOR test for testing the anchors #195

Workflow file for this run

name: MSYS2
on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
msys2-ucrt64:
runs-on: windows-latest
defaults:
run:
shell: msys2 {0}
steps:
- uses: actions/checkout@v3
- uses: msys2/setup-msys2@v2
with:
msystem: MINGW64
update: true
install: git mingw-w64-x86_64-gcc make mingw-w64-x86_64-shaderc mingw-w64-x86_64-vulkan-headers mingw-w64-x86_64-vulkan-loader mingw-w64-x86_64-vulkan-validation-layers
- name: CI-Build
run: |
echo 'Running in MSYS2!'
./ci-build.sh