Skip to content
Snippets Groups Projects
Commit bf585042 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: .gitlab-ci.yml

parent f14510df
No related branches found
No related tags found
1 merge request!50Shrank the beampipe diameter at the IP
......@@ -121,9 +121,9 @@ topside:config_testing:
- ["compile"]
script:
#- $(exit $(checkOverlaps -c topside.xml | tee doc/overlap_check.out | wc -l ))
- checkOverlaps -c topside.xml | tee doc/overlap_check.out
- checkOverlaps -c topside.xml -o 's' | tee -a doc/overlap_check.out
- checkOverlaps -c topside.xml -t 0.01 | tee -a doc/overlap_check.out | wc-l
- checkOverlaps -c topside.xml | tee doc/overlap_check.out | wc -l
- checkOverlaps -c topside.xml -o 's' | tee -a doc/overlap_check.out | wc -l
- checkOverlaps -c topside.xml -t 0.01 | tee -a doc/overlap_check.out | wc -l
- cat doc/overlap_check.out
allow_failure: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment