[gimp-web/oscp] testing.docs.gimp.org: build the landing page first.



commit 7ba6b297ef4bbc4e5691931145a0ab6ad8244986
Author: Jehan <jehan girinstud io>
Date:   Fri Feb 25 18:21:27 2022 +0100

    testing.docs.gimp.org: build the landing page first.
    
    Just takes far too much time to wait for the main build just to test the
    landing page build which is totally independant (and doesn't require the
    docs build to be done first). This should make debugging simpler.

 testing.docs.gimp.org/docs_build/entrypoint.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/testing.docs.gimp.org/docs_build/entrypoint.sh b/testing.docs.gimp.org/docs_build/entrypoint.sh
index a64d153a..d9105fa7 100755
--- a/testing.docs.gimp.org/docs_build/entrypoint.sh
+++ b/testing.docs.gimp.org/docs_build/entrypoint.sh
@@ -7,8 +7,8 @@ RELEASE=2.10
 BUILD_PATH=/tmp/gimp-help
 
 git clone --depth 1 -b gimp-help-${RELEASE//\./\-} https://gitlab.gnome.org/GNOME/gimp-help.git ${BUILD_PATH}
-cd ${BUILD_PATH} && ./autogen.sh --without-gimp --prefix=${BUILD_PATH}/build && make && make install
 cd ${BUILD_PATH}/web && BUILD_DIR='.' make
+cd ${BUILD_PATH} && ./autogen.sh --without-gimp --prefix=${BUILD_PATH}/build && make && make install
 
 if [ -d "/docs_data/docs/${RELEASE}" ]; then
     rsync -vlr ${BUILD_PATH}/build/share/gimp/2.0/help/ /docs_data/docs/${RELEASE}/


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]