Sha256: 3e76e7c180d5bbab6dbe52728c0708f85e2805103347ae64d2fce654172d9bc5

Contents?: true

Size: 405 Bytes

Versions: 18

Compression:

Stored size: 405 Bytes

Contents

# encoding: UTF-8

desc 'Build the windows binary gems per rake-compiler-dock'
task 'gem:windows' => ['ports:cross'] do
  require 'rake_compiler_dock'

  # make sure to install our bundle
  build = ['bundle']

  # and finally build the native gem
  build << 'rake cross native gem RUBY_CC_VERSION=2.7.0:2.6.0:2.5.0:2.4.0 CFLAGS="-Wall" MAKE="make -j`nproc`"'

  RakeCompilerDock.sh build.join(' && ')
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
tiny_tds-2.1.5-x64-mingw32 tasks/native_gem.rake
tiny_tds-2.1.5-x86-mingw32 tasks/native_gem.rake
tiny_tds-2.1.5 tasks/native_gem.rake
tiny_tds-2.1.4-x64-mingw32 tasks/native_gem.rake
tiny_tds-2.1.4-x86-mingw32 tasks/native_gem.rake
tiny_tds-2.1.4 tasks/native_gem.rake
tiny_tds-2.1.4.pre2-x64-mingw32 tasks/native_gem.rake
tiny_tds-2.1.4.pre2-x86-mingw32 tasks/native_gem.rake
tiny_tds-2.1.4.pre2 tasks/native_gem.rake
tiny_tds-2.1.4.pre-x64-mingw32 tasks/native_gem.rake
tiny_tds-2.1.4.pre-x86-mingw32 tasks/native_gem.rake
tiny_tds-2.1.4.pre tasks/native_gem.rake
tiny_tds-2.1.3-x64-mingw32 tasks/native_gem.rake
tiny_tds-2.1.3-x86-mingw32 tasks/native_gem.rake
tiny_tds-2.1.3 tasks/native_gem.rake
tiny_tds-2.1.3.pre-x86-mingw32 tasks/native_gem.rake
tiny_tds-2.1.3.pre-x64-mingw32 tasks/native_gem.rake
tiny_tds-2.1.3.pre tasks/native_gem.rake