Skip to content

Commit

Permalink
improve gem/binpkg testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mcorino committed Aug 12, 2024
1 parent c4a1ef7 commit e979786
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,10 @@ jobs:
bundle exec rake binpkg
fi
- name: Clean wxRuby3 build artifacts
if: matrix.wxr_type != 'develop'
run: bundle exec rake clean

- name: Install wxRuby3 gem
if: matrix.wxr_type != 'develop'
run: |
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,10 @@ jobs:
if: matrix.wxw_type == 'develop' && matrix.wxr_type == 'binpkg'
run: rm -rf $WXWIDGETS_ROOT

- name: Clean wxRuby3 build artifacts
if: matrix.wxr_type != 'develop'
run: bundle exec rake clean

- name: Install wxRuby3 gem
if: matrix.wxr_type != 'develop'
run: |
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/msw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,10 @@ jobs:
bundle exec rake binpkg
}
- name: Clean wxRuby3 build artifacts
if: matrix.wxr_type != 'develop'
run: bundle exec rake clean

- name: Install wxRuby3 gem
if: matrix.wxr_type != 'develop'
run: |
Expand Down

0 comments on commit e979786

Please sign in to comment.