Commit Graph

7 Commits

Author SHA1 Message Date
Cedric
7804bd8df1 Synchronize output of parallel jobs in make
Gives me a chance to find the bug before reverting parallel build
2024-12-28 17:17:16 +00:00
cedounet
cf49ab1ccc Some more ebook build dir (#404)
Do not run test-book-website on main push

This makes little sense to run it again.. we already did run twice on
branch push and for the PR request.  And we will run the exact same
thing and more (sans-serif, actual release etc) in release-book-website.
2024-12-28 17:04:54 +00:00
Cedric
972edd651b Remove explicit website build in CI
We now can do both in make bake target as website and ebooks can run in
parallel.
2024-12-28 16:07:44 +00:00
Hendrik Kleinwaechter
d1b0bbead1 Simplify build process (#352)
Related to #349. This only builds the docker image on push to main. For
pull requests and pushes the whole build is tested.
2024-04-28 10:51:41 +02:00
Hendrik Kleinwaechter
d0f71d9b0e Runs tests on push (#317)
* Runs tests on push

* Move out config
2023-12-19 13:08:50 +01:00
Hendrik Kleinwaechter
9e8acf257d Validate website format (#304)
* Validate website format

This validates the format of the website and throws an error if
something is fishy.

* Remove -j flag

* clean build

* Clean cache in between
2023-12-11 23:36:22 +01:00
Hendrik Kleinwaechter
bce4f84040 Build docker image for each PR (#300)
This builds a docker image for each PR and then one for the release
tagged as :latest.
2023-12-10 00:04:32 +01:00