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

test CI

parent 659e6441
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,8 @@ build:ubuntu:
- source SetEnv.sh
- cd $CI_PROJECT_DIR/macro
- root -b -q -l 'SimuPyth8Hyb.C'
- ls -l
- ls -l
- 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);
allow_failure: false
<<: *only-default
......
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