Skip to content

Commit

Permalink
ci: Include StRoot/StHbtMaker into CI build
Browse files Browse the repository at this point in the history
Note: StRoot/StHbtMaker/CorrFctn depends on GSL libraries
  • Loading branch information
plexoos committed Aug 21, 2021
1 parent 462a6fa commit baa83ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.root5
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ RUN source /etc/profile \
&& cd /star-sw \
&& cons +StarVMC/Geometry \
&& cons %OnlTools \
%StRoot/StShadowMaker %StRoot/StHbtMaker \
%StRoot/StShadowMaker \
&& find /star-sw/.$STAR_HOST_SYS -name *.o -exec rm '{}' \;

RUN install /star-sw/StRoot/macros/.rootrc .
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.root6
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ RUN source /etc/profile \
&& cd /star-sw \
&& cons +StarVMC/Geometry \
&& cons %OnlTools \
%StRoot/StShadowMaker %StRoot/StHbtMaker \
%StRoot/StShadowMaker \
&& find /star-sw/.$STAR_HOST_SYS -name *.o -exec rm '{}' \;

RUN install /star-sw/StRoot/macros/.rootrc .
Expand Down

0 comments on commit baa83ba

Please sign in to comment.