Hi,
On this page:
http://michalis.ii.uni.wroc.pl/pasdoc-snapshots/
you will find PasDoc snapshots, build every night from latest SVN code.
For now, these are for Linux/32-bit and Windows/32-bit. This is for
people that want to try the latest pasdoc features, without downloading
and compiling themselves pasdoc sources from SVN.
This page is also linked from
http://pasdoc.sipsolutions.net/DevelopmentSnapshots .
For now only the command-line pasdoc is compiled in the snapshots.
I may install later lazarus on the server, and compile also pasdoc_gui
(by lazbuild) for snapshots, if there's a demand :)
Some more info if you're curious:
- The server itself runs Linux/32-bit, and I setup necessary files to
cross-compile to Windows/32-bit.
- I attach the trivial bash script I use to prepare the snapshots.
- This is run by cron every night at 4:05 in local Polish time, which
equals 2:05 UTC in the summer (right now) and 3:05 UTC in the winter.
(Yes, we hate DST :)
- It's compiled using FPC 2.4.4. I use this server to also host
snapshots of my other FPC projects, so I usually quickly upgrade FPC to
latest stable FPC release.
- To keep disk space low, we only keep builds from last 7 days (this can
be probably increased to larger but reasonable numbers, like a month or
longer, if a need arises). That is, after building the snapshot
succeeded, we delete older snapshots. When something failed, we do not
delete any snapshots (so, even in case pasdoc compilation is broken for
some time, we'll always have some good version in snapshots).
Have fun,
Michalis
|