We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
It seems the issue is that make clean is not running before make dist
make clean
Sorry, something went wrong.
updating build_script fixes mattolenik#29
4bcee1d
- adding `clean` target to make command Signed-off-by: Max Kovgan <[email protected]>
No branches or pull requests
seems the build dir is not the working dir of the build stage in
appveyor.yml
:then
make dist
, naturally fails.The text was updated successfully, but these errors were encountered: