Skip to content

Commit abcef3e

Browse files
Remove non-Toolchain content (#66)
1 parent 84afc2b commit abcef3e

38 files changed

Lines changed: 10 additions & 2116 deletions

.github/workflows/ci.yaml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -24,27 +24,6 @@ jobs:
2424
shell: pwsh
2525
run: |
2626
& ./analyze.ps1
27-
test:
28-
name: Run tests
29-
runs-on: windows-latest
30-
steps:
31-
- name: Checkout
32-
uses: actions/checkout@v3
33-
- name: Invoke-Pester
34-
shell: pwsh
35-
run: |
36-
Import-Module Pester
37-
$Configuration = [PesterConfiguration]@{
38-
Run = @{
39-
Path = '*'
40-
Passthru = $true
41-
}
42-
Output = @{
43-
Verbosity = 'Diagnostic'
44-
CIFormat = 'GithubActions'
45-
}
46-
}
47-
Invoke-Pester -Configuration $Configuration
4827
build:
4928
name: Build Examples
5029
strategy:

Ninja.cmake

Lines changed: 0 additions & 89 deletions
This file was deleted.

NuGet.cmake

Lines changed: 0 additions & 145 deletions
This file was deleted.

PowerShell.cmake

Lines changed: 0 additions & 67 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ canonical to reduce the 'barrier-to-entry' to build code for Windows.
66

77
[![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)
88

9+
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).
10+
911
## But I can build with MSVC in CMake already...?
1012

1113
Yes, but you're probably either:

0 commit comments

Comments
 (0)