Skip to content

Commit

Permalink
Add indicators pkg. Comment out calling boostrap.
Browse files Browse the repository at this point in the history
  • Loading branch information
kw.ryu committed Dec 27, 2020
1 parent f772861 commit 9d0ea5d
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions install-cmn-pkgs.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env ruby
require 'os'
# require 'os'

def run cmd
puts "=============== execute: #{cmd}"
Expand All @@ -20,13 +20,14 @@ def run cmd
'sqlite3',
'toml11',
'fmt',
'indicators',
]

if OS.windows?
run('bootstrap-vcpkg.bat')
elsif
run('./bootstrap-vcpkg.sh')
end
# if OS.windows?
# run('bootstrap-vcpkg.bat')
# elsif
# run('./bootstrap-vcpkg.sh')
# end

pkgs.each do |pkg|
cmd = "./vcpkg install #{pkg}"
Expand Down

0 comments on commit 9d0ea5d

Please sign in to comment.