@model-create/epanet-engine 0.6.3 → 0.6.4-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/Dockerfile CHANGED
@@ -3,7 +3,10 @@ FROM trzeci/emscripten:1.39.4
3
3
  RUN apt-get update && \
4
4
  apt-get install -qqy git && \
5
5
  mkdir -p /opt/epanet/build && \
6
- git clone --depth 1 --branch v2.2 https://github.com/OpenWaterAnalytics/EPANET /opt/epanet/src
6
+ git clone --depth 1 --branch dev https://github.com/OpenWaterAnalytics/EPANET /opt/epanet/src
7
7
  RUN cd /opt/epanet/build && \
8
8
  emcmake cmake ../src && \
9
9
  emmake cmake --build . --config Release
10
+
11
+ # Previous git clone
12
+ # git clone --depth 1 --branch v2.2 https://github.com/OpenWaterAnalytics/EPANET /opt/epanet/src