Open mvk opened 1 year ago
seems the build dir is not the working dir of the build stage in appveyor.yml:
appveyor.yml
APPVEYOR_BUILD_FOLDER=/home/appveyor/hclq PWD=/opt/appveyor/build-agent
then make dist, naturally fails.
make dist
It seems the issue is that make clean is not running before make dist
make clean
seems the build dir is not the working dir of the build stage in
appveyor.yml
:then
make dist
, naturally fails.