Skip to content

Commit

Permalink
Refs fibercrypto#342, adding msys2 to the travis install script for w…
Browse files Browse the repository at this point in the history
…indows and set windows in the build matrix
  • Loading branch information
stdevPavelmc committed Dec 5, 2019
1 parent f03191f commit eec867c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ matrix:
- os: osx
env:
- PYTHON=python3
- os: windows
# nothing yet

env:
global:
- GOPATH: "$HOME/go"
Expand Down
4 changes: 4 additions & 0 deletions ci-scripts/install-win.sh → ci-scripts/install-windows.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#!/usr/bin/env bash

set +e

# install msys2 using chocolatey
choco install msys2

pacman -Sy make gcc protobuf unzip python3-pip

# There are no available packages for MSYS2, listed below
Expand Down

0 comments on commit eec867c

Please sign in to comment.