Explorar o código

run tests also on 32 bit binaries

Sten %!s(int64=10) %!d(string=hai) anos
pai
achega
7a6fcad6de
Modificáronse 1 ficheiros con 5 adicións e 1 borrados
  1. 5 1
      .travis.yml

+ 5 - 1
.travis.yml

@@ -45,7 +45,11 @@ script:
    - make
    - make
    - echo "Generate documentation"
    - echo "Generate documentation"
    - make doc
    - make doc
-   - echo "Debug build and unit tests"
+   - echo "Debug build and unit tests (32 bit)"
+   - make clean
+   - cmake -DCMAKE_C_FLAGS=-m32 -DCMAKE_BUILD_TYPE=Debug -DENABLE_UNIT_TESTS=ON -DENABLE_COVERAGE=ON ..
+   - make && make test
+   - echo "Debug build and unit tests (64 bit)"
    - make clean
    - make clean
    - cmake -DCMAKE_BUILD_TYPE=Debug -DENABLE_UNIT_TESTS=ON -DENABLE_COVERAGE=ON .. 
    - cmake -DCMAKE_BUILD_TYPE=Debug -DENABLE_UNIT_TESTS=ON -DENABLE_COVERAGE=ON .. 
    - make && make test
    - make && make test