- nettle3
except:
- tags
-Build and Check with valgrind:
- script:
- - git submodule update --init && make autoreconf && ./configure
- --disable-non-suiteb-curves --with-included-libtasn1 --disable-doc && make -j4 && make check -j4
- tags:
- - x86-64
- - nettle3
- except:
- - tags
Build and Check with asan:
script:
- git submodule update --init && make autoreconf &&CFLAGS="-fsanitize=address -g
- mingw
except:
- tags
+Build and Check with valgrind:
+ script:
+ - git submodule update --init && make autoreconf && ./configure
+ --disable-non-suiteb-curves --with-included-libtasn1 --disable-doc && make -j4 && make check -j4
+ tags:
+ - x86-64
+ - nettle3
+ except:
+ - tags