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

test CI

parent 2f74431b
No related branches found
No related tags found
No related merge requests found
......@@ -81,6 +81,7 @@ build:ubuntu:
- source SetEnv.sh
- cd $CI_PROJECT_DIR/macro
- root -b -q -l 'SimuPyth8Hyb.C' | tee output.txt
- cat output.txt
- (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