Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
silene committed Nov 29, 2024
1 parent f28ae51 commit 2fddb8d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 30 deletions.
29 changes: 0 additions & 29 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,20 +80,6 @@ opam-lint:
- scripts/opam-coq-list-pr-files | xargs scripts/opam-coq-lint

# Build
opam-build:4.07.1:
extends: .opam-build
variables:
COMPILER: "4.07.1"
except:
- web

opam-build:4.11.2:
extends: .opam-build
variables:
COMPILER: "4.11.2"
except:
- web

opam-build:4.14.2:
extends: .opam-build
variables:
Expand All @@ -108,18 +94,3 @@ opam-build:4.14.2:minimal:
EXTRA_OPAM_OPTION: "--criteria=-count(removed),-count(down),-count(changed),+sum(changed,version-lag)"
except:
- web

opam-build:5.2.0:
extends: .opam-build
variables:
COMPILER: "5.2.0"
except:
- web

opam-build:any:
extends: .opam-build
variables:
COMPILER: "4.11.2"
EXTRA_OPAM_OPTION: "--update-invariant"
except:
- web
1 change: 0 additions & 1 deletion released/packages/coq-gappa/coq-gappa.1.5.5/opam
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ tags: [
"logpath:Gappa"
"date:2024-02-08"
]
authors: [ "Guillaume Melquiond <[email protected]>" ]
synopsis: "A Coq tactic for discharging goals about floating-point arithmetic and round-off errors using the Gappa prover"
url {
src: "https://gappa.gitlabpages.inria.fr/releases/gappalib-coq-1.5.5.tar.gz"
Expand Down

0 comments on commit 2fddb8d

Please sign in to comment.