Skip to content

Add CI build test stubs for all platforms #69

Add CI build test stubs for all platforms

Add CI build test stubs for all platforms #69

Workflow file for this run

name: Windows-latest - initPC script
on:
push:
branches: [ "devel", "testing", "stable", "minimal" ]
paths:
- 'CommonInitScripts/*.ps1'
- '.github/workflows/windows.yml'
- 'Windows_10/*.ps1'
pull_request:
branches: [ "devel", "testing", "stable", "minimal" ]
paths:
- 'CommonInitScripts/*.ps1'
- '.github/workflows/windows.yml'
- 'Windows_10/*.ps1'
jobs:
build:
runs-on: "windows-latest"
steps:
- name: "checkout repo"
uses: actions/checkout@v4
- name: "Install `winget`"
shell: powershell
run: choco install winget
- name: "Run `packages_install.ps1` separatelly (so that it does not pollute logs)"
shell: powershell
run: .\Windows_10\packages_install.ps1
- name: "Run `run_all.ps1`"
shell: powershell
run: .\Windows_10\run_all.ps1