Skip to content

Commit

Permalink
ADD: new main build
Browse files Browse the repository at this point in the history
  • Loading branch information
9and3 committed Jan 23, 2024
1 parent 4b17c47 commit 4086218
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/[email protected]

- name: Run
uses: ./
with:
source: examples/cpy
target: build

- uses: actions/upload-artifact@v2
with:
name: cpy_ghuser-components
path: build

0 comments on commit 4086218

Please sign in to comment.