Skip to content

Commit

Permalink
[Makefile][travis] refs fibercrypto#38 Added mingw32-zlib in windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Maykel Arias Torres committed Aug 28, 2019
1 parent dfe7391 commit 08a419e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ install:
- make install-deps-libc
- make install-deps-skyapi
script:
# - make lint
- make build-skyapi
- make lint
# - make build-skyapi
# - make test-libc
# - make lint-libc
# - make test-skyapi
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ install-deps-skyapi-Darwin:
(cd deps && wget http://curl.haxx.se/download/curl-7.58.0.tar.gz && tar -xf curl-7.58.0.tar.gz && cd curl-7.58.0/ && mkdir build && cd build && cmake -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl .. && make && sudo make install)

install-deps-skyapi-MSYS_NT-10.0:
mingw32-make mingw32-zlib
# (cd deps && wget http://curl.haxx.se/download/curl-7.58.0.tar.gz && tar -xf curl-7.58.0.tar.gz && cd curl-7.58.0/ && mkdir build && cd build && cmake -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ .. && make && sudo make install)

install-deps-libc: install-deps-libc-$(UNAME_S) ## Install deps for libc
Expand Down

0 comments on commit 08a419e

Please sign in to comment.