Skip to content

Commit

Permalink
[Makefile] refs fibercrypto#38 Declare new target to windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Maykel Arias Torres committed May 24, 2019
1 parent 5380d97 commit 512465b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ install:
- go get github.com/gz-c/gox
- go get -t ./...
- make install-linters
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
sudo apt-get install cmake ;
fi
# - make install-deps-libc
# - make install-lib-curl
script:
Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,9 @@ install-linters-Linux: ## Install linters on GNU/Linux
sudo apt-get install $(PKG_CLANG_FORMAT)
sudo apt-get install $(PKG_CLANG_LINTER)

install-linters-MSYS_NT-10.0: ## Install linters on Windows


install-linters-Darwin: ## Install linters on Mac OSX
# brew install $(PKG_CLANG_FORMAT)
brew install llvm
Expand Down
1 change: 1 addition & 0 deletions ci-scripts/install-travis-gcc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
sudo apt-get install -qq gcc-6 g++-6
sudo apt-get install cmake
fi

if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
Expand Down

0 comments on commit 512465b

Please sign in to comment.