Common Continuous Integration / Deployment patterns

Questions about XML that are not covered by the other forums should go here.
farukhcasy2
Posts: 1
Joined: Tue Apr 07, 2020 9:11 am

Common Continuous Integration / Deployment patterns

Post by farukhcasy2 »

For those of you who have XSLT / XSpec heavy workloads, what are some common CI/CD patterns you employ for automated testing, code quality, and deployment?

I'm getting gitlab runners setup for my organization and am putting together a quick bash script to automatically run transformation scenarios found withing an Oxygen project file using saxon and will likely expand that to XSpec scenarios as well and it has me wondering what common CI tasks others use.https://discord.software/ https://omegle.onl/ vshare
Last edited by farukhcasy2 on Sun Apr 12, 2020 12:59 pm, edited 2 times in total.
Radu
Posts: 9055
Joined: Fri Jul 09, 2004 5:18 pm

Re: Common Continuous Integration / Deployment patterns

Post by Radu »

Hi,

If you want to pose this question to the Oxygen users, the forum is a place where most people are registered to receive answers to their own question threads. Maybe you can register and ask on the Oxygen users list:
https://www.oxygenxml.com/mailinglists.html

There is also an XSpec users list:

http://groups.google.com/group/xspec-users

We (the Oxygen team) do not (yet) have XSpec automated tests running on our side. All our tests which are involved with running XSLT are done in Java with the JUnit framework.

An open source project which I know has a bunch of XSpec tests is the DITA Open Toolkit:

https://github.com/dita-ot/dita-ot/

As far as I know they have a gradle script which runs the tests every time content is changed in the project.

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
jukeboxdam
Posts: 1
Joined: Wed Aug 23, 2023 4:22 am

Re: Common Continuous Integration / Deployment patterns

Post by jukeboxdam »

I wrote a small bash script to automatically execute transformation scenarios discovered inside an Oxygen project file using saxon; I want to extend this to include XSpec scenarios; this got me thinking about the other frequent CI jobsphrazle people use.
panceta
Posts: 1
Joined: Mon Oct 09, 2023 9:42 pm
Contact:

Re: Common Continuous Integration / Deployment patterns

Post by panceta »

Thanks for the resources, Radu.
Post Reply