Skip to content

Commit

Permalink
removed install and test tasks (they now come free from nuke)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Burks committed Sep 25, 2009
1 parent e604764 commit ff3145d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Nukefile
Expand Up @@ -42,20 +42,12 @@
(compilation-tasks)
(framework-tasks)


(task "test" => "framework" is
(SH "nutest test/test_*.nu"))

(task "default" => "framework")

(task "clobber" => "clean" is
(SH "rm -rf build")
(SH "rm -rf #{@framework_dir}")
(SH "rm -f example1"))

(task "install" => "framework" is
(SH "sudo rm -rf /Library/Frameworks/#{@framework}.framework")
(SH "sudo cp -rp #{@framework}.framework /Library/Frameworks/#{@framework}.framework"))

(task "example" is
(SH "#{@cc} examples/example1.m -o example1 -lxml2 -I/usr/include/libxml2 -framework Cocoa -framework KissXML"))

0 comments on commit ff3145d

Please sign in to comment.