richhickey/clojure-clr

Automate the build process

Closed this issue · 1 comments

There are several manual steps in the build process. Need to automate them. These include:
(1) moving *.clj files to appropriate places when changed. (2) Code a step to run Clojure.Compile on the bootstrap files to create new DLLs, which will then need to be distributed. (3) Set up a test environment for the CLJ tests.

Automated some of the build process. Closed by f62dd19.