Skip to content

Commit

Permalink
add x64-mingw-ucrt
Browse files Browse the repository at this point in the history
  • Loading branch information
copiousfreetime committed Nov 16, 2022
1 parent 6762883 commit 3f3a4be
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,26 @@ blocks:
- bundle exec rake native:x64-mingw32 gem
- artifact push project --force pkg/*x64-mingw32*.gem

- name: Build x64-mingw-ucrt gem
dependencies:
- Run Linux Tests
task:
agent:
machine:
type: e1-standard-2
os_image: ubuntu2004
containers:
- name: rake-compiler-dock
image: "larskanis/rake-compiler-dock-mri-x64-mingw-ucrt:1.2.1"
jobs:
- name: build x64-mingw-ucrt
commands:
- checkout
- bundle install
- bundle exec rake native:x64-mingw-ucrt gem
- artifact push project --force pkg/*x64-mingw-ucrt*.gem


global_job_config:
epilogue:
always:
Expand Down

0 comments on commit 3f3a4be

Please sign in to comment.