Skip to content

Commit

Permalink
[ci] refs #7 Inspect why git fail
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevYuniers committed Dec 4, 2018
1 parent 95aaab5 commit 8d05aac
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@ platform:
clone_folder: c:\projects\libskycoin-dotnet

# build Configuration, i.e. Debug, Release, etc.
configuration:
- Release
- Debug
# configuration:
# - Release
# - Debug
environment:
GOOS: windows
GOARCH: amd64
GOPATH: c:\projects\libskycoin-dotnet\gopath
MINGW_W64: c:\mingw-w64\x86_64-7.3.0-posix-seh-rt_v5-rev0\mingw64
global:
GOOS: windows
GOARCH: amd64
GOPATH: C:\projects\libskycoin-dotnet\gopath
MINGW_W64: C:\mingw-w64\x86_64-7.3.0-posix-seh-rt_v5-rev0\mingw64
# APPVEYOR_RDP_PASSWORD: defineYourPasswordHere

stack: go 1.11

Expand All @@ -26,10 +28,16 @@ install:
- set PATH=%MINGW_W64%\bin;%PATH%
- cmd: cp %MINGW_W64%\bin\mingw32-make.exe %MINGW_W64%\bin\make.exe
- cmd: git submodule update --init --recursive --remote
- cmd: cd %GOPATH%
- echo %GOPATH%
- cmd: cd %GOPATH%\
- cmd: git checkout origin/stdevEclipse_t1568_swig_files
- cmd: go get github.com/gz-c/gox
- cmd: go get -t ./...
- cmd: cd %APPVEYOR_BUILD_FOLDER%
- cmd: curl -fsSL -o swigwin-3.0.12.zip "https://downloads.sourceforge.net/project/swig/swigwin/swigwin-3.0.12/swigwin-3.0.12.zip?r=https%3A%2F%2Fsourceforge.net%2Fprojects%2Fswig%2Ffiles%2Fswigwin%2Fswigwin-3.0.12%2Fswigwin-3.0.12.zip%2Fdownload%3Fuse_mirror%3Dayera&ts=1531774939"
- cmd: 7z x swigwin-3.0.12.zip
- cmd: set PATH=%APPVEYOR_BUILD_FOLDER%\swigwin-3.0.12;%PATH%
- cmd: swig -version

# scripts to run before build
# packages from nuget
Expand Down

0 comments on commit 8d05aac

Please sign in to comment.