Skip to content

Commit

Permalink
Attempt to get cherry-pciking working for the latest commits to Cog
Browse files Browse the repository at this point in the history
  • Loading branch information
marceltaeumel authored and eliotmiranda committed May 10, 2023
1 parent 7bf0783 commit a85389f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows.ignore/win.yml
Expand Up @@ -52,12 +52,17 @@ jobs:
flavor:
- squeak.cog.spur
- squeak.stack.spur
<<<<<<< HEAD:.github/workflows.ignore/win.yml
# - pharo.cog.spur # third-party not yet working
# - pharo.stack.spur # third-party not yet working
=======
- squeak.sista.spur
>>>>>>> 8dc277b... In CI, also build squeak.sista.spur flavor for win64x64.:.github/workflows/win.yml
mode:
- fast
- debug
- assert
<<<<<<< HEAD:.github/workflows.ignore/win.yml
include:
# sista build not fully prepared for win64x64, so only your selected configurations for win32x86
- arch: win32x86
Expand All @@ -66,6 +71,8 @@ jobs:
# - arch: win32x86
# flavor: pharo.sista.spur
# mode: fast
=======
>>>>>>> 8dc277b... In CI, also build squeak.sista.spur flavor for win64x64.:.github/workflows/win.yml

runs-on: windows-2019
name: ${{ matrix.flavor }} for ${{ matrix.arch }}${{ matrix.mode == 'debug' && ' (DEBUG)' || matrix.mode == 'assert' && ' (ASSERT)' || '' }}
Expand Down

0 comments on commit a85389f

Please sign in to comment.