Skip to content

Commit

Permalink
[ci] refs fibercrypto#17 Ignore '.appveyor.yml' file in setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevYuniers committed Jan 19, 2019
1 parent 384f922 commit 599c3a8
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 13 deletions.
31 changes: 19 additions & 12 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,17 @@ environment:
GOOS: windows
GOARCH: amd64
GOPATH: C:\projects\pyskycoin\gopath\
GIT: c:\Program Files\Git\bin
GIT: C:\Program Files\Git\bin
APPVEYOR_SAVE_CACHE_ON_ERROR: true
# MINGW_W64: c:\mingw-w64\x86_64-7.3.0-posix-seh-rt_v5-rev0\mingw64
MINGW_W64: C:\msys64\mingw64\bin
MSYS_W64: C:\msys64\usr\bin
#MINGW_W64: C:\msys64\mingw64\bin
#MSYS_W64: C:\msys64\usr\bin
MSYSTEM: MINGW64
# APPVEYOR_RDP_PASSWORD: Support0dell0com**1987
DISTUTILS_USE_SDK: 1
MSSdk: 1
APPVEYOR_RDP_PASSWORD: Support0dell0com**1987
WIN_SDK_ROOT: C:\Program Files\Microsoft SDKs\Windows
WINDOWS_SDK_VERSION: "v7.1"

matrix:
#- PYTHON: "C:\\Python33"
Expand Down Expand Up @@ -62,19 +66,22 @@ cache:
- '%LOCALAPPDATA%\pip\Cache'

install:
- bash -lc "pacman --noconfirm -S bash pacman pacman-mirrors"
- bash -lc "pacman --noconfirm -S mingw-w64-x86_64-toolchain base-devel"
- python -m pip install --upgrade pip setuptools wheel tox tox-pyenv pytest pytest-runner
# - set PATH=%GIT%;%PYTHON%;%PYTHON%\Scripts;%MINGW_W64%\bin;%PATH%
# - cmd: cp %MINGW_W64%\bin\mingw32-make.exe %MINGW_W64%\bin\make.exe
- cmd: cp %MINGW_W64%\bin\mingw32-make.exe %MINGW_W64%\bin\make.exe
- python --version
- python -c \"import struct; print(struct.calcsize('P') * 8)\"
- gcc --version
- swig -version
# - bash -lc "pacman --noconfirm -S bash pacman pacman-mirrors"
# - bash -lc "pacman --noconfirm -S mingw-w64-x86_64-toolchain base-devel"
- python -m pip install --upgrade pip setuptools wheel tox tox-pyenv pytest pytest-runner
# - cmd: "%WIN_SDK_ROOT%\\%WINDOWS_SDK_VERSION%\\Setup\\WindowsSdkVer.exe" -q -version:%WINDOWS_SDK_VERSION%
# - cmd: "%WIN_SDK_ROOT%\\%WINDOWS_SDK_VERSION%\\Bin\\SetEnv.cmd" /x64 /release
- git submodule update --init --recursive --remote
# - cmd: git submodule foreach git checkout develop
# - cmd: git submodule foreach git checkout develop
- cd gopath/src/github.com/skycoin/skycoin
- git checkout develop
# - cmd: git pull origin stdevEclipse_t1568_swig_files
# - cmd: git pull origin stdevEclipse_t1568_swig_files
- 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
Expand Down Expand Up @@ -138,7 +145,7 @@ on_success:
# on build failure
on_failure:
- ECHO "BUILD FAIL"
# - type ./.tox/%TOX_ENV%/log/%TOX_ENV%-*.log
- type .\.tox\%TOX_ENV%\log\%TOX_ENV%-*.log

# after build failure or success
on_finish:
Expand Down Expand Up @@ -218,4 +225,4 @@ on_finish:
#---------------------------------#
notifications:
- provider: Webhook
url: https://fathomless-fjord-24024.herokuapp.com/notify
url: https://fathomless-fjord-24024.herokuapp.com/notify
2 changes: 1 addition & 1 deletion gopath/src/github.com/skycoin/skycoin
Submodule skycoin updated 533 files
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ ignore =
.bzrignore
.gitattributes
.travis.yml
.appveyor.yml
Jenkinsfile
*.mo
.gitmodules
Expand Down

0 comments on commit 599c3a8

Please sign in to comment.