Skip to content

Commit d62a6f7

Browse files
committed
Appveyor Fixes (Linux)
1 parent 6bb193b commit d62a6f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ for:
131131

132132
init:
133133
- echo "Init for Linux"
134+
- echo `pwd`
135+
- ls
134136
- if [[ "$PLATFORM" == "x86" ]]; then export PLATFORM_CPU_ARCH="i686" ; fi
135137
- if [[ "$PLATFORM" == "x64" ]]; then export PLATFORM_CPU_ARCH="x86_64"; fi
136138
- export CONFIGURE_ARGS=""

0 commit comments

Comments
 (0)