Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
- branches@gnutls/nettle
except:
- tags
-Build and Check with mini-gmp:
+build/mini-gmp:
script:
- ./.bootstrap &&
./configure --disable-documentation --enable-mini-gmp && make -j4 &&
- shared
except:
- tags
-Build and Check with ubsan:
+build/ubsan:
image: fedora:25
script:
- yum install -y gmp-devel libubsan-static libubsan
- shared
except:
- tags
-Build and Check with asan:
+build/asan:
image: fedora:25
script:
- yum install -y gmp-devel
- shared
except:
- tags
-Build with static-analyzers:
+build/static-analyzers:
image: fedora:25
script:
- yum install -y gmp-devel clang compiler-rt cppcheck clang-analyzer