From 4086218ae308dae36bb0abdd55385ac6c7898d82 Mon Sep 17 00:00:00 2001 From: Andrea Settimi Date: Tue, 23 Jan 2024 21:39:33 +0100 Subject: [PATCH] ADD: new main build --- .github/workflows/build.yml | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index faa9ba9..3b4e7da 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,8 +3,8 @@ name: build on: [push] jobs: - build_ghuser_components: # TODO: change this for windows-ironpython (it can be another workflow) - name: windows-cpython # TODO: change this for windows-ironpython + build_ipy_ghuser_components: + name: windows-cpython runs-on: windows-latest steps: - uses: actions/checkout@v2 @@ -18,5 +18,23 @@ jobs: - uses: actions/upload-artifact@v2 with: - name: ghuser-components + name: ipy_ghuser-components + path: build + + build_cpy_ghuser_components: + name: windows-cpython + runs-on: windows-latest + steps: + - uses: actions/checkout@v2 + - uses: NuGet/setup-nuget@v1.0.5 + + - name: Run + uses: ./ + with: + source: examples/cpy + target: build + + - uses: actions/upload-artifact@v2 + with: + name: cpy_ghuser-components path: build \ No newline at end of file