You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- docker run --rm -v `pwd`:/root/HyperK/WCSim wcsim/wcsim:build /bin/sh -c " source /root/HyperK/env-WCSim.sh; cd /root/HyperK/WCSim; make clean; make rootcint; make; ls"
script:
- docker run --rm -v `pwd`:/root/HyperK/WCSim wcsim/wcsim:build /bin/sh -c "source /root/HyperK/env-WCSim.sh; cd /root/HyperK/WCSim; ./exe/bin/Linux-g++/WCSim WCSim.mac"
- if [ -e ./exe/bin/Linux-g++/WCSim ]; then true; else false; fi