Skip to content

Commit

Permalink
README, license, and some credits
Browse files Browse the repository at this point in the history
  • Loading branch information
pi8027 committed May 10, 2021
1 parent 75d7305 commit 545d9e1
Show file tree
Hide file tree
Showing 8 changed files with 705 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/workflows/docker-action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# This file was generated from `meta.yml`, please do not edit manually.
# Follow the instructions on https://github.com/coq-community/templates to regenerate.
name: Docker CI

on:
push:
branches:
- master
pull_request:
branches:
- '**'

jobs:
build:
# the OS must be GNU/Linux to be able to use the docker-coq-action
runs-on: ubuntu-latest
strategy:
matrix:
image:
- 'mathcomp/mathcomp:1.12.0-coq-8.13'
- 'mathcomp/mathcomp:1.12.0-coq-dev'
- 'mathcomp/mathcomp-dev:coq-8.13'
- 'mathcomp/mathcomp-dev:coq-dev'
fail-fast: false
steps:
- uses: actions/checkout@v2
- uses: coq-community/docker-coq-action@v1
with:
opam_file: 'coq-mathcomp-algebra-tactics.opam'
custom_image: ${{ matrix.image }}

# See also:
# https://github.com/coq-community/docker-coq-action#readme
# https://github.com/erikmd/docker-coq-github-action-demo
17 changes: 17 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
*.d
*.vo
*.vio
*.vos
*.vok
*.cm*
*~
*.glob
*.aux
*.a
*.o
Make*.coq
Make*.coq.bak
Make*.coq.conf
*#
.lia.cache
.nia.cache
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Kazuhiko Sakaguchi University of Tsukuba
Loading

0 comments on commit 545d9e1

Please sign in to comment.