Skip to content

Commit

Permalink
Test with mathcomp 1.16 to avoid running out of memory.
Browse files Browse the repository at this point in the history
  • Loading branch information
arthuraa committed Mar 10, 2023
1 parent 9e66252 commit 892672d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
17 changes: 13 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,20 @@ commands:
--kind=version << parameters.mathcomp-version >>
opam install --deps-only .
set-jobs:
steps:
- run:
name: Set number of jobs
command: |
opam var --global jobs=1
build:
steps:
- run:
name: Building deriving
command:
command: |
opam var jobs
opam install --with-test .
jobs:
Expand Down Expand Up @@ -98,12 +107,12 @@ jobs:
docker:
- image: coqorg/coq:8.16

coq-8-17-mathcomp-1-16-0:
coq-8-17-mathcomp-dev:
<<: *defaults
steps:
- startup
- prepare:
mathcomp-version: '1.16.0'
mathcomp-version: 'dev'
- build
docker:
- image: coqorg/coq:8.17
Expand All @@ -127,5 +136,5 @@ workflows:
- coq-8-14-mathcomp-1-13-0
- coq-8-15-mathcomp-1-15-0
- coq-8-16-mathcomp-1-16-0
- coq-8-17-mathcomp-1-16-0
- coq-8-17-mathcomp-dev
- coq-dev
2 changes: 1 addition & 1 deletion deriving.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
opam-version: "2.0"
name: "coq-deriving"
version: "0.1.0"
version: "0.1.1"
maintainer: "Arthur Azevedo de Amorim <[email protected]>"

homepage: "https://github.com/arthuraa/deriving"
Expand Down

0 comments on commit 892672d

Please sign in to comment.