chore: add possibility to ignore premake5 from path

This commit is contained in:
Jan
2025-01-13 01:13:08 +01:00
parent 32c0ecb04d
commit 419481b4da
4 changed files with 26 additions and 15 deletions

View File

@ -30,7 +30,7 @@ jobs:
- name: Premake generate
working-directory: ${{ github.workspace }}
env:
OAT_CI_NO_PROMPT: 1
PREMAKE_NO_PROMPT: 1
run: ./generate.sh
- name: Build
@ -61,7 +61,7 @@ jobs:
- name: Premake generate
working-directory: ${{ github.workspace }}
env:
OAT_CI_NO_PROMPT: 1
PREMAKE_NO_PROMPT: 1
run: ./generate.bat
- name: Build

View File

@ -27,7 +27,7 @@ jobs:
- name: Premake generate
working-directory: ${{ github.workspace }}
env:
OAT_CI_NO_PROMPT: 1
PREMAKE_NO_PROMPT: 1
run: ./generate.sh
- name: Build
@ -55,22 +55,22 @@ jobs:
- name: Premake generate
working-directory: ${{ github.workspace }}
env:
OAT_CI_NO_PROMPT: 1
PREMAKE_NO_PROMPT: 1
run: ./generate.bat
- name: Build
working-directory: ${{ github.workspace }}
run: msbuild /m /p:Configuration=Release /p:Platform=Win32 build
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: oat-windows
path: |
${{ github.workspace }}/build/bin/Release_x86
release:
needs:
needs:
- build-release-linux
- build-release-windows
runs-on: ubuntu-latest
@ -93,4 +93,4 @@ jobs:
allowUpdates: true
draft: true
omitBodyDuringUpdate: true
omitDraftDuringUpdate: true
omitDraftDuringUpdate: true