Skip to content

Commit

Permalink
Some OCD in echoes + testing if build is started after webhook removal
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkFenX committed Feb 2, 2020
1 parent 8897f1e commit 84abde4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ install:
- ps: echo("OS version:")
- ps: "[System.Environment]::OSVersion.Version"

- ps: echo("Filesystem root:")
- ps: echo("Filesystem - root:")
- ps: "ls \"C:\\\""

- ps: echo("Filesystem projects root:")
- ps: echo("Filesystem - projects root:")
- ps: "ls \"C:\\projects\\\""

- ps: echo("Filesystem pyfa root:")
- ps: echo("Filesystem - pyfa root:")
- ps: "ls \"C:\\projects\\$env:APPVEYOR_PROJECT_SLUG\\\""

- ps: echo("Installed SDKs:")
- ps: echo("Filesystem - installed SDKs:")
- ps: "ls \"C:\\Program Files (x86)\\Windows Kits\\\""

# Prepend newly installed Python to the PATH of this build (this cannot be
Expand Down

0 comments on commit 84abde4

Please sign in to comment.