mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-15 00:48:18 -05:00
11 lines
194 B
Bash
Executable File
11 lines
194 B
Bash
Executable File
set -v
|
|
set -e
|
|
|
|
cat build_docs.sh
|
|
|
|
# Copy the REFPROP files here
|
|
cp -r ${HOME}/REFPROP_sources .
|
|
|
|
# Run the build of the docs
|
|
docker-compose run worker bash /coolprop/Web/docker/build_docs.sh $1
|