Skip to content

Commit

Permalink
Revert "appveyor debug."
Browse files Browse the repository at this point in the history
This reverts commit 3c80de6.
  • Loading branch information
bluescarni committed Aug 7, 2019
1 parent 3c80de6 commit 916752a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
28 changes: 14 additions & 14 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ environment:
TWINE_PASSWORD:
secure: fqy2DKVE2zM+97vNPB8xgw3ae3SDPkL/T8RvC6s4ncY=
matrix:
# - BUILD_TYPE: "MSVC_64_Debug"
# COMPILER: MSVC15
# PLATFORM: "x64"
# - BUILD_TYPE: "MSVC_64_Python37"
# COMPILER: MSVC15
# PLATFORM: "x64"
# - BUILD_TYPE: "MSVC_64_Python36"
# COMPILER: MSVC15
# PLATFORM: "x64"
# - BUILD_TYPE: "MinGW_64_Debug"
- BUILD_TYPE: "MSVC_64_Debug"
COMPILER: MSVC15
PLATFORM: "x64"
- BUILD_TYPE: "MSVC_64_Python37"
COMPILER: MSVC15
PLATFORM: "x64"
- BUILD_TYPE: "MSVC_64_Python36"
COMPILER: MSVC15
PLATFORM: "x64"
- BUILD_TYPE: "MinGW_64_Debug"
- BUILD_TYPE: "MinGW_64_Python37"
# - BUILD_TYPE: "MinGW_64_Python36"
# - BUILD_TYPE: "MinGW_64_Python27"
- BUILD_TYPE: "MinGW_64_Python36"
- BUILD_TYPE: "MinGW_64_Python27"
global:
PLATFORMTOOLSET: "v140"

Expand Down Expand Up @@ -153,5 +153,5 @@ notifications:
# Enable this to be able to login to the build worker. You can use the
# `remmina` program in Ubuntu, use the login information that the line below
# prints into the log.
on_finish:
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
# on_finish:
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
4 changes: 2 additions & 2 deletions tools/install_appveyor_mingw.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ def run_command(raw_command, directory=None, verbose=True):
run_command(pinterp + r' setup.py bdist_wheel')
os.environ['PATH'] = ORIGINAL_PATH
run_command(pip + r' install dist\\' + os.listdir('dist')[0])
# run_command(
# pinterp + r' -c "import pygmo; pygmo.test.run_test_suite(1)"', directory=r'c:\\')
run_command(
pinterp + r' -c "import pygmo; pygmo.test.run_test_suite(1)"', directory=r'c:\\')
if is_release_build:
run_command(twine + r' upload -u ci4esa dist\\' +
os.listdir('dist')[0])

0 comments on commit 916752a

Please sign in to comment.