Skip to content

Commit

Permalink
Update windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
substring authored Nov 24, 2024
1 parent b196343 commit cb7b552
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
path: am

- name: Prepare (Windows x64)
shell: msys2 {0}
id: vars
run: |
echo "nbproc=${nbproc}" >> $GITHUB_OUTPUT
Expand All @@ -49,11 +50,13 @@ jobs:
make -C am USE_SYSTEM_SFML=1 -j${{ steps.vars.outputs.nbproc }} VERBOSE=1 FE_VERSION=${{ steps.vars.outputs.fe_version }}
- name: Build AM+ (console)
shell: msys2 {0}
run: |
make -C am smallclean
make -C am USE_SYSTEM_SFML=1 -j${{ steps.vars.outputs.nbproc }} VERBOSE=1 FE_VERSION=${{ steps.vars.outputs.fe_version }} WINDOWS_CONSOLE=1
- name: Prepare artifacts
shell: msys2 {0}
run: |
mkdir -p "${GITHUB_WORKSPACE}"/artifacts
for e in "${GITHUB_WORKSPACE}"/am/*.exe ; do
Expand Down

0 comments on commit cb7b552

Please sign in to comment.