Hackfut Security File Manager
Current Path:
/opt/td-agent/embedded/lib/ruby/gems/2.4.0/gems/ffi-1.11.1
opt
/
td-agent
/
embedded
/
lib
/
ruby
/
gems
/
2.4.0
/
gems
/
ffi-1.11.1
/
📁
..
📄
.gitignore
(280 B)
📄
.gitmodules
(125 B)
📄
.travis.yml
(999 B)
📄
.yardopts
(67 B)
📄
CHANGELOG.md
(3.55 KB)
📄
COPYING
(2.66 KB)
📄
Gemfile
(348 B)
📄
LICENSE
(1.49 KB)
📄
LICENSE.SPECS
(1.04 KB)
📄
README.md
(4.37 KB)
📄
Rakefile
(5.62 KB)
📄
appveyor.yml
(934 B)
📁
ext
📄
ffi.gemspec
(1.84 KB)
📁
lib
📁
samples
Editing: appveyor.yml
install: - SET PATH=C:\Ruby%RUBYVER%\bin;%PATH% - SET RAKEOPT=-rdevkit - ps: | if ($env:RUBYVER -like "*head*") { $(new-object net.webclient).DownloadFile("https://github.com/oneclick/rubyinstaller2/releases/download/rubyinstaller-head/rubyinstaller-$env:RUBYVER.exe", "$pwd/ruby-setup.exe") cmd /c ruby-setup.exe /verysilent /dir=C:/Ruby$env:RUBYVER } - ridk version - gem --version - gem install bundler --quiet --no-document - bundle install build: off build_script: - bundle exec rake libffi compile -- %EXTCONFOPTS% || bundle exec rake compile -- %EXTCONFOPTS% test_script: - bundle exec rake test environment: matrix: - RUBYVER: "head-x64" EXTCONFOPTS: "--disable-system-libffi" - RUBYVER: 24 EXTCONFOPTS: "--disable-system-libffi" - RUBYVER: 25-x64 EXTCONFOPTS: "--enable-system-libffi" - RUBYVER: 25 EXTCONFOPTS: "--enable-system-libffi"
Upload File
Create Folder