summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-10-13 08:24:54 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-10-13 08:24:54 -0500
commitaa0b8e7cd9402d63ddb8ebee14198d448fb488c7 (patch)
tree8642eacac61d809bdd2f1bab9813da6385bfcd7a /.gitlab-ci.yml
parent9d1fa0723fc5a68c92db67c73013dfa6ad38b890 (diff)
downloadhorizon-aa0b8e7cd9402d63ddb8ebee14198d448fb488c7.tar.gz
horizon-aa0b8e7cd9402d63ddb8ebee14198d448fb488c7.tar.bz2
horizon-aa0b8e7cd9402d63ddb8ebee14198d448fb488c7.tar.xz
horizon-aa0b8e7cd9402d63ddb8ebee14198d448fb488c7.zip
tests: Add simulator tests
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 51d3119..288a651 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,6 +16,7 @@ test:
script:
- cd tests
- PATH=../build/tools/hscript-validate:$PATH rspec --format RspecJunitFormatter --out rspec-validator.xml spec/validator.rb
+ - PATH=../build/tools/hscript-simulate:$PATH rspec --format RspecJunitFormatter --out rspec-simulator.xml spec/simulator.rb
- cd ..
- lcov --exclude '/usr/include/c++/*' --exclude '3rdparty/*' --capture --directory build --output-file coverage.info
- genhtml coverage.info --output-directory cov_html