Sfoglia il codice sorgente

Removed duplicate executions and builds from the server and code coverage scripts.

Bart Hertog 5 anni fa
parent
commit
9b1cf5ad21
2 ha cambiato i file con 1 aggiunte e 4 eliminazioni
  1. 0 3
      bitbucket-pipelines.yml
  2. 1 1
      code_coverage.sh

+ 0 - 3
bitbucket-pipelines.yml

@@ -16,9 +16,6 @@ pipelines:
           - git submodule update --recursive --init
           - source bitbucket-pipelines-dependencies.sh
 
-          - ./build_test.sh
-          - ./build/test/test_EmbeddedProto --gtest_output="xml:build/test/test_details.xml"
-
           - ./code_coverage.sh
 
           - cd build/test

+ 1 - 1
code_coverage.sh

@@ -30,7 +30,7 @@
 #   the Netherlands
 #
 
-./build/test/test_EmbeddedProto
+./build/test/test_EmbeddedProto --gtest_output="xml:build/test/test_details.xml"
 
 
 if [ $# -eq 0 ]; then