Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 0 additions & 21 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,27 +24,6 @@ jobs:
shell: pwsh
run: |
& ./analyze.ps1
test:
name: Run tests
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Invoke-Pester
shell: pwsh
run: |
Import-Module Pester
$Configuration = [PesterConfiguration]@{
Run = @{
Path = '*'
Passthru = $true
}
Output = @{
Verbosity = 'Diagnostic'
CIFormat = 'GithubActions'
}
}
Invoke-Pester -Configuration $Configuration
build:
name: Build Examples
strategy:
Expand Down
89 changes: 0 additions & 89 deletions Ninja.cmake

This file was deleted.

145 changes: 0 additions & 145 deletions NuGet.cmake

This file was deleted.

67 changes: 0 additions & 67 deletions PowerShell.cmake

This file was deleted.

2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ canonical to reduce the 'barrier-to-entry' to build code for Windows.

[![build status](https://github.com/MarkSchofield/Toolchain/actions/workflows/ci.yaml/badge.svg?branch=main)](https://github.com/MarkSchofield/Toolchain/actions/workflows/ci.yaml?query=branch%3Amain)

The CMake scripts for Windows-specific build tasks that used to be in this repository can now be found in [MarkSchofield/WindowsCMake](https://github.com/MarkSchofield/WindowsCMake).

## But I can build with MSVC in CMake already...?

Yes, but you're probably either:
Expand Down
Loading