Skip to content

Commit ea354c3

Browse files
committed
:admin: Update Ergofile.
1 parent c48fbd2 commit ea354c3

1 file changed

Lines changed: 19 additions & 2 deletions

File tree

Ergofile

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,18 @@
22

33
ignore 'doc', 'site', 'log'
44

5+
#############################################################################
6+
#
7+
# Default
8+
#
9+
#############################################################################
510
book :default => [:demo]
611

12+
#############################################################################
13+
#
714
# Run QED demos
15+
#
16+
#############################################################################
817
book :demo do
918
desc "run demos"
1019

@@ -22,7 +31,11 @@ book :demo do
2231
#task("demo") { shell "qed -Ilib qed/" }
2332
end
2433

34+
#############################################################################
35+
#
2536
# Run unit tests
37+
#
38+
#############################################################################
2639
book :test do
2740
desc "run unit tests"
2841

@@ -50,13 +63,17 @@ book :test do
5063
#Signal.trap('QUIT') { test_all } # Ctrl-\
5164
end
5265

53-
#Signal.trap('INT' ) { abort("\n") } # Ctrl-C
54-
66+
#############################################################################
67+
#
5568
# Update .index file
69+
#
70+
#############################################################################
5671
book :index do
5772
desc "update index file"
5873

5974
rule 'INDEX.yml' do
6075
shell "index -u INDEX.yml"
6176
end
6277
end
78+
79+
#Signal.trap('INT' ) { abort("\n") } # Ctrl-C

0 commit comments

Comments
 (0)