File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33ignore 'doc' , 'site' , 'log'
44
5+ #############################################################################
6+ #
7+ # Default
8+ #
9+ #############################################################################
510book :default => [ :demo ]
611
12+ #############################################################################
13+ #
714# Run QED demos
15+ #
16+ #############################################################################
817book :demo do
918 desc "run demos"
1019
@@ -22,7 +31,11 @@ book :demo do
2231 #task("demo") { shell "qed -Ilib qed/" }
2332end
2433
34+ #############################################################################
35+ #
2536# Run unit tests
37+ #
38+ #############################################################################
2639book :test do
2740 desc "run unit tests"
2841
@@ -50,13 +63,17 @@ book :test do
5063 #Signal.trap('QUIT') { test_all } # Ctrl-\
5164end
5265
53- #Signal.trap('INT' ) { abort("\n") } # Ctrl-C
54-
66+ #############################################################################
67+ #
5568# Update .index file
69+ #
70+ #############################################################################
5671book :index do
5772 desc "update index file"
5873
5974 rule 'INDEX.yml' do
6075 shell "index -u INDEX.yml"
6176 end
6277end
78+
79+ #Signal.trap('INT' ) { abort("\n") } # Ctrl-C
You can’t perform that action at this time.
0 commit comments