Add fetching of Herbal3d common libraries to convoar build.

This commit is contained in:
Robert Adams
2019-12-15 11:22:07 -08:00
parent 7fd2e026b3
commit 68d216a132
+1
View File
@@ -41,6 +41,7 @@ USER ${USER}:${USER}
# Get the 'convoar' sources
RUN cd /home/${USER} \
&& git clone https://github.com/Misterblue/convoar.git \
&& git clone https://github.com/Herbal3d/HerbalCommonEntitiesCS.git \
&& cd convoar \
&& nuget restore convoar.sln \
&& msbuild /p:Configuration=${TARGET}