From db73ffb43961e9b61a3489596c0d0b784af914d8 Mon Sep 17 00:00:00 2001 From: Ilusha <63184036+IlyaShurupov@users.noreply.github.com> Date: Wed, 17 Jan 2024 08:34:25 -0800 Subject: [PATCH 1/3] Create WindowsPlatform.yml --- .github/workflows/WindowsPlatform.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/workflows/WindowsPlatform.yml diff --git a/.github/workflows/WindowsPlatform.yml b/.github/workflows/WindowsPlatform.yml new file mode 100644 index 0000000..6668696 --- /dev/null +++ b/.github/workflows/WindowsPlatform.yml @@ -0,0 +1,21 @@ +name: Windows + +on: + push: + branches: [ "master" ] + pull_request: + branches: [ "master" ] + +jobs: + build: + runs-on: self-hosted + + steps: + - uses: actions/checkout@v3 + + - name: Build + run: pwd + + - name: Test + working-directory: ${{ steps.strings.outputs.build-output-dir }} + run: pwd From dec6a9dc7343972ce9548cdbddef675589526bb6 Mon Sep 17 00:00:00 2001 From: Ilusha <63184036+IlyaShurupov@users.noreply.github.com> Date: Wed, 17 Jan 2024 08:36:38 -0800 Subject: [PATCH 2/3] Update WindowsPlatform.yml --- .github/workflows/WindowsPlatform.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/WindowsPlatform.yml b/.github/workflows/WindowsPlatform.yml index 6668696..c98eeb9 100644 --- a/.github/workflows/WindowsPlatform.yml +++ b/.github/workflows/WindowsPlatform.yml @@ -14,8 +14,4 @@ jobs: - uses: actions/checkout@v3 - name: Build - run: pwd - - - name: Test - working-directory: ${{ steps.strings.outputs.build-output-dir }} - run: pwd + run: echo hello From 7298858c965e9677d49068b4d49141e63805804e Mon Sep 17 00:00:00 2001 From: Ilusha <63184036+IlyaShurupov@users.noreply.github.com> Date: Wed, 17 Jan 2024 08:37:51 -0800 Subject: [PATCH 3/3] Update WindowsPlatform.yml --- .github/workflows/WindowsPlatform.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/WindowsPlatform.yml b/.github/workflows/WindowsPlatform.yml index c98eeb9..760ad45 100644 --- a/.github/workflows/WindowsPlatform.yml +++ b/.github/workflows/WindowsPlatform.yml @@ -13,5 +13,5 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Build - run: echo hello + #- name: Build + #run: echo hello