Skip to content

Commit

Permalink
allowed to fail job testing coq-native
Browse files Browse the repository at this point in the history
  • Loading branch information
gares committed Dec 10, 2020
1 parent 7197ca8 commit 8bf2bb6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,15 @@ opam-build:4.07.1:
except:
- web

opam-build:4.07.1:coq-native:
extends: .opam-build
variables:
COMPILER: "4.07.1"
EXTRA_OPAM_OPTION: "coq-native"
except:
- web
allow_failure: true

opam-build:4.09.0:
extends: .opam-build
variables:
Expand Down

0 comments on commit 8bf2bb6

Please sign in to comment.