Skip to content

Commit

Permalink
Merge pull request #38 from southbridgeio/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
vladislav-yashin authored Jun 28, 2021
2 parents cbf16f5 + 2ac2d14 commit 5d809ba
Show file tree
Hide file tree
Showing 840 changed files with 19 additions and 14,985 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
/.vscode/
/.yardoc/
/.idea/
.DS_Store
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
[submodule "td"]
path = td
url = https://github.com/tdlib/td.git
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
language: ruby
rvm:
- 2.4.9
- 2.7.0
- 2.6.7
- 2.7.3
- 3.0.1

addons:
apt:
sources:
Expand All @@ -21,6 +23,7 @@ env:
before_install:
- gem install -v 2.1.2 bundler
- set -e
- git clone https://github.com/tdlib/td.git
- cd td
- mkdir -p build
- cd build
Expand Down
4 changes: 2 additions & 2 deletions bin/build
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ set -e
cd td
mkdir -p build
cd build
cmake -DCMAKE_BUILD_TYPE=Release #{'-DOPENSSL_ROOT_DIR=/usr/local/opt/[email protected]/' if RbConfig::CONFIG['host_os'] =~ /darwin|mac os/} ..
cmake --build . -j #{Etc.nprocessors}
cmake -DCMAKE_BUILD_TYPE=Release #{'-DOPENSSL_ROOT_DIR=/opt/homebrew/Cellar/[email protected]/1.1.1k/' if RbConfig::CONFIG['host_os'] =~ /darwin|mac os/} -DCMAKE_INSTALL_PREFIX:PATH=../tdlib ..
cmake --build . --target install -j #{Etc.nprocessors}
`
Loading

0 comments on commit 5d809ba

Please sign in to comment.