Skip to content

Commit

Permalink
[ci-script] refs fibercrypto#38 Added install curl in Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Maykel Arias Torres committed Jun 17, 2019
1 parent 11e2708 commit f9c8c36
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ matrix:
# - os: osx
# osx_image: xcode8.3
- os: windows
env:
- CMAKE_INSTALL_PREFIX: /usr/bin
before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test && sudo apt-get update -qq;
Expand Down
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

COIN ?= skycoin

CC = gcc

# Resource paths
# --- Absolute path to repository root
LIBSRC_ABS_PATH = $(dir $(abspath $(lastword $(MAKEFILE_LIST))))
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 @@ -21,6 +21,7 @@ fi
if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
choco install make
choco install pkgconfiglite
choco install curl
fi

cd $TRAVIS_BUILD_DIR
Expand Down

0 comments on commit f9c8c36

Please sign in to comment.