Skip to content

Commit

Permalink
Setup ardivink.
Browse files Browse the repository at this point in the history
Ignore-this: b059c9d3e37f879c7905e9c5f2c1f425

darcs-hash:20130606225929-4d692-35807451b3a55dc356019dd16c505b3f65a35dda
  • Loading branch information
gildor478 committed Jun 6, 2013
1 parent 57ace26 commit 78203e3
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 69 deletions.
17 changes: 17 additions & 0 deletions ardivink.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
oasis = require("oasis")
darcs = require("darcs")
ci = require("ci")
dist = require("dist")

ci.init()
oasis.init()
darcs.init()

ci.prependenv("PATH", "/usr/opt/godi/bin")
ci.prependenv("PATH", "/usr/opt/godi/sbin")
ci.putenv("OUNIT_OUTPUT_HTML_DIR", dist.make_filename("ounit-log.html"))
ci.putenv("OUNIT_OUTPUT_JUNIT_FILE", dist.make_filename("junit.xml"))
ci.putenv("OUNIT_OUTPUT_FILE", dist.make_filename("ounit-log.txt"))

oasis.std_process("--enable-tests")
darcs.create_tag(oasis.package_version())
38 changes: 0 additions & 38 deletions bootstrap.lua

This file was deleted.

31 changes: 0 additions & 31 deletions ci-main.lua

This file was deleted.

0 comments on commit 78203e3

Please sign in to comment.