From 3f3a4befbe2c854a3ce4a1bb4aec5bebcdf4be39 Mon Sep 17 00:00:00 2001 From: copiousfreetime Date: Tue, 15 Nov 2022 23:29:05 -0500 Subject: [PATCH] add x64-mingw-ucrt --- .semaphore/semaphore.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.semaphore/semaphore.yml b/.semaphore/semaphore.yml index 45797f8..e105ef9 100644 --- a/.semaphore/semaphore.yml +++ b/.semaphore/semaphore.yml @@ -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: