summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 78a9ced92198c041e6da729b3d5810bd95790983 (plain)
1
2
3
4
5
6
7
8
9
10
Build and ABI-check (x86-64):
  script:
  - git submodule update --init && make autoreconf && mkdir -p build && cd build &&
    ../configure --disable-doc --disable-cxx --disable-guile --disable-non-suiteb-curves && make -j4 && make abi-check
  tags:
  - x86-64
  - nettle3
  - abi-checker
  except:
  - tags