Skip to content

Commit

Permalink
take out cross
Browse files Browse the repository at this point in the history
  • Loading branch information
copiousfreetime committed Nov 16, 2022
1 parent 81e5a62 commit 1ef5800
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ blocks:
commands:
- checkout
- bundle install
- bundle exec rake cross native:x86-mingw32 gem
- bundle exec rake native:x86-mingw32 gem
- artifact push project pkg/*x86-mingw32*.gem

- name: Build x64-mingw32 gem
Expand All @@ -89,7 +89,7 @@ blocks:
commands:
- checkout
- bundle install
- bundle exec rake cross native:x64-mingw32 gem
- bundle exec rake native:x64-mingw32 gem
- artifact push project pkg/*x64-mingw32*.gem

global_job_config:
Expand Down

0 comments on commit 1ef5800

Please sign in to comment.