Skip to content

proof-ninja/sample-rocq-nix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sample-rocq-nix

CI

Rocq プロジェクトを Nix と GitHub Actions でビルドする最小構成のサンプルです。

特徴:

  • Rocq を opam でインストールしない
  • GitHub Actions で Nix のバイナリキャッシュを利用
  • rocq makefile -f _RocqProject で Makefile を生成
  • 生成された Makefile を使ってビルド

ファイル構成

.
├── _RocqProject
├── theories/Main.v
├── flake.nix
├── .github/
│   └── workflows/
│       └── ci.yml
└── README.md

ローカルビルド

nix develop
rocq makefile -f _RocqProject -o Makefile
make

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors