Skip to content

autoupdate aws-c-compression-v0.2.19 by ci #6683

autoupdate aws-c-compression-v0.2.19 by ci

autoupdate aws-c-compression-v0.2.19 by ci #6683

Workflow file for this run

name: Windows
on:
push:
branches:
- main
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [windows-2019, windows-2022]
kind: [static, shared]
arch: [x64, x86]
vs_runtime: [MT, MD]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
- uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: branch@dev
- name: Prepare
run: |
iwr -useb get.scoop.sh -outfile 'install.ps1'
.\install.ps1 -RunAsAdmin
scoop install gh
gh --version
Write-Output ${{ secrets.GITHUB_TOKEN }} | gh auth login --with-token
- name: Test packages
run: |
xmake l scripts/test.lua -a ${{ matrix.arch }} -k ${{ matrix.kind }} -f "vs_runtime='${{ matrix.vs_runtime }}'"