Skip to content

feat: add IsWindows8OrGreater and GetCurrentPackageFullName APIs … #291

feat: add IsWindows8OrGreater and GetCurrentPackageFullName APIs …

feat: add IsWindows8OrGreater and GetCurrentPackageFullName APIs … #291

Workflow file for this run

name: win32
on:
pull_request:
paths:
- .github/workflows/win32.yml
- analysis_options.yaml
- codecov.yml
- pubspec.yaml
- packages/win32/lib/**
- packages/win32/test/**
- packages/win32/test_fixes/**
- packages/win32/analysis_options.yaml
- packages/win32/CHANGELOG.md
- packages/win32/pubspec.yaml
push:
branches: [main]
paths:
- .github/workflows/win32.yml
- analysis_options.yaml
- codecov.yml
- pubspec.yaml
- packages/win32/lib/**
- packages/win32/test/**
- packages/win32/test_fixes/**
- packages/win32/analysis_options.yaml
- packages/win32/CHANGELOG.md
- packages/win32/pubspec.yaml
schedule:
- cron: 0 12 * * * # Run every day at 12:00 UTC
jobs:
build:
strategy:
# We want to see the results on stable even if main fails (and vice
# versa). This prevents one failure from stopping the entire run.
fail-fast: false
# Free config supports up to 20 concurrent jobs, so pick a sparse matrix
# that tiles the space well.
matrix:
include:
- os: windows-latest
sdk: main
- os: windows-2022
sdk: beta
- os: windows-2019
sdk: stable
- os: ubuntu-latest
sdk: stable
uses: halildurmus/workflows/.github/workflows/dart.yml@main
with:
check_coverage: ${{ matrix.sdk == 'main' }}
codecov_flags: win32
concurrency: '1'
dart_sdk: ${{ matrix.sdk }}
format_directories: lib test
randomize_execution_order_of_tests: true
runs_on: ${{ matrix.os }}
working_directory: packages/win32
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
dartdoc:
uses: halildurmus/workflows/.github/workflows/dartdoc.yml@main
with:
working_directory: packages/win32
pana:
uses: halildurmus/workflows/.github/workflows/pana.yml@main
with:
working_directory: packages/win32