Browse Source

Remove Debug statements from appveyor build script

pull/1157/head
Chris Johnston 7 years ago
parent
commit
8e9132bb25
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      appveyor.yml

+ 0
- 2
appveyor.yml View File

@@ -25,8 +25,6 @@ init:


build_script: build_script:
- ps: >- - ps: >-
# Debug the values of CI_WINDOWS and CI_LINUX
Write-Output "Windows: $Env:CI_WINDOWS Linux: $Env:CI_LINUX"
if ($isLinux) if ($isLinux)
{ {
# AppVeyor Linux images do not have appveyor-retry, which retries the commands a few times # AppVeyor Linux images do not have appveyor-retry, which retries the commands a few times


Loading…
Cancel
Save