aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
blob: 8e840fd9952040562f66d173317140de69fde4fc (plain)
1
2
3
4
5
6
7
8
9
10
11
stages:
  - build_x86_64

.build_x86_64:
  stage: build_x86_64
  image: "coqorg/coq"
  before_script:
    - opam install -y menhir
  script:
    ./config_x86_64.sh
    make -j "$NJOBS"