Skip to content
Snippets Groups Projects
Commit 2daae1f8 authored by Alexey Zhemchugov's avatar Alexey Zhemchugov
Browse files

test CI

parent 9f88effc
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,7 @@ build:ubuntu:
- cd $CI_PROJECT_DIR/macro
# - root -b -q -l 'SimuPyth8Hyb.C'
# - ls -l
- $((`root -b -q -l SimuPyth8Hyb.C | tee output.txt`))
- root -b -q -l SimuPyth8Hyb.C >& output.txt
- exit $((`grep -c "Macro finished successfully." output.txt`-1))
# - exit $((`root -b -q -l SimuPyth8Hyb.C 2>/dev/null | grep -c "Macro finished successfully."`-1))
# - (if grep -q "Macro finished successfully." output.txt; then $(exit 0); else $(exit -1); fi);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment