Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
- yum install -y git make autoconf libtool automake gettext-devel glibc-devel gcc valgrind libasan-static libgcc.i686 glibc-devel.i686
# See http://doc.gitlab.com/ce/ci/yaml/ for documentation.
-Build and Check (x86-64):
+build/x86-64:
script:
- yum install -y gmp-devel
- ./.bootstrap &&
- shared
except:
- tags
-Build and Check (x86):
+build/x86:
script:
- yum install -y gmp-devel.i686
- ./.bootstrap &&
- shared
except:
- tags
+build/aarch64:
+ before_script:
+ - /bin/true
+ script:
+ - ./.bootstrap &&
+ ./configure --enable-fat --disable-documentation && make -j4 &&
+ make check -j4
+ tags:
+ - aarch64
+ only:
+ - branches@gnutls/nettle
+ except:
+ - tags
Build and Check with mini-gmp:
script:
- ./.bootstrap &&