win-x86 dotnet-runtime build #9
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: win-x86 dotnet-runtime build | |
on: | |
workflow_dispatch: | |
jobs: | |
build: | |
runs-on: windows-latest | |
steps: | |
- name: Test runtime build | |
run: | | |
cd c:\temp | |
git clone https://github.com/am11/runtime --single-branch --depth 1 --branch feature/fcalls-cleanups-3 | |
cd runtime | |
./build.cmd -arch x86 -cross -s clr+libs | |
./dotnet.cmd build /t:Test /p:TargetArchitecture=x86 src/libraries/System.Runtime/tests/System.Runtime.Tests |