From 0ff83763020f61618988044c26d44867e4365a4f Mon Sep 17 00:00:00 2001 From: Phillip Seitzer Date: Tue, 9 Jul 2024 11:14:53 -0700 Subject: [PATCH] Issue 737: Try to fix bug in Appveyor build script. --- appveyor.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 76499590..5ade0d3d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -34,7 +34,7 @@ build_script: - bash -lc "cd $APPVEYOR_BUILD_FOLDER; make INSTALL_ROOT=appdir install" # Print contents - - bash -lc "ls src/maven/appdir/bin/" + - bash -lc "cd $APPVEYOR_BUILD_FOLDER; ls src/maven/appdir/bin/" after_build: @@ -42,11 +42,13 @@ after_build: #- src\maven\get_version.bat > version.txt #- SET /p VERSION=