mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-10 22:48:05 -05:00
12 lines
215 B
Bash
Executable File
12 lines
215 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 build
|
|
docker-compose run worker bash /coolprop/Web/docker/build_docs.sh $1
|