A bid to save the state of the configure file to find where it is failing

This commit is contained in:
Matt McWilliams 2021-09-22 10:47:31 -04:00
parent bc29617d52
commit f7f7de4f5a
1 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@ bash ./build_docker.sh
sudo docker run \
-v $PWD:/usr/src/build \
povray_wasm \
sh -c 'cd /usr/src/povray && cp ../build/build_ubuntu.sh build.sh && bash build.sh'
sh -c 'cd /usr/src/povray && cp ../build/build_ubuntu.sh build.sh && bash build.sh; cat ./configure' > configure_save.txt