Skip to content

Commit

Permalink
[ci] refs #17 - Force Build
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevNorge committed Jul 6, 2018
1 parent 617ed42 commit aaea3f6
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,12 @@ environment:
DISTUTILS_USE_SDK: "1"
- PYTHON: "C:\\Python35-x64"
- PYTHON: "C:\\Python36-x64"
- MINGW_DIR: mingw64
MINGW_URL: https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/Personal%20Builds/mingw-builds/4.9.2/threads-win32/seh/x86_64-4.9.2-release-win32-seh-rt_v4-rev4.7z/download
MINGW_ARCHIVE: x86_64-4.9.2-release-win32-seh-rt_v4-rev4.7z
WINDBG_DIR: '%ProgramFiles(x86)%\Windows Kits\10\Debuggers\x64'
- PROFILE: MINGWx64
PLATFORM: x64

install:
- if not exist "%MINGW_ARCHIVE%" appveyor DownloadFile "%MINGW_URL%" -FileName "%MINGW_ARCHIVE%"
- 7z x -y "%MINGW_ARCHIVE%" > nul
- "%PYTHON%\\python.exe -m ensurepip"
- "%PYTHON%\\python.exe -m pip install cpp-coveralls==0.3.11"
- ps: Get-Command sh.exe -All | Remove-Item
- git submodule init
- git submodule update
- cd gopath/src/github.com/skycoin/skycoin
Expand All @@ -38,19 +33,6 @@ install:
- cinst make
- cinst swig


before_build:
- set Path=%CD%\%MINGW_DIR%\bin;%Path%
- g++ --version
- cmake --version
- echo NUMBER_OF_PROCESSORS=%NUMBER_OF_PROCESSORS%
- ps: (Get-Item "${Env:WINDBG_DIR}\dbghelp.dll").VersionInfo
- if "%APPVEYOR_REPO_TAG%"=="true" (set CMAKE_BUILD_TYPE=Release) else (set CMAKE_BUILD_TYPE=Debug)
- set ENABLE_COVERAGE=yes
- if "%APPVEYOR_REPO_TAG%"=="true" set ENABLE_COVERAGE=no
- if NOT "%MINGW_DIR%"=="mingw64" set ENABLE_COVERAGE=no
- cmake -H. -Bbuild\mingw -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=%CMAKE_BUILD_TYPE% -DENABLE_COVERAGE=%ENABLE_COVERAGE% -DWINDBG_DIR="%WINDBG_DIR%"

build: off

test_script:
Expand Down

0 comments on commit aaea3f6

Please sign in to comment.