@giuspen commented on this pull request.
> + run: |
+ mkdir -p geany_build/bundle/geany-gtk
+ cd geany_build/bundle/geany-gtk
+ bash $(cygpath -u
"${GITHUB_WORKSPACE}")/.geany_source/scripts/gtk-bundle-from-msys2.sh -3
+ - name: GTK-Bundle-Geany-Plugins
+ run: |
+ mkdir -p geany_build/bundle/geany-plugins-dependencies
+ cd geany_build/bundle/geany-plugins-dependencies
+ bash $(cygpath -u
"${GITHUB_WORKSPACE}")/build/gtk-bundle-from-msys2.sh -3
+ - name: CI-Build-Geany
+ run: |
+ DESTINATON=$(cygpath -u "${GITHUB_WORKSPACE}")/geany_build
+ cd .geany_source
+ VERSION=$(autom4te --no-cache --language=Autoconf-without-aclocal-m4
--trace AC_INIT:\$2 configure.ac)
+ NOCONFIGURE=1 ./autogen.sh
+ export
lt_cv_deplibs_check_method=${lt_cv_deplibs_check_method='pass_all'}
> what's this about?
I remember I was finding an error, googled for it and found this as the
solution.
I later noticed that Enrico did the same, see
https://github.com/geany/geany-plugins/blob/b95b09c124c24c12046dd2660b53821affd6b73d/build/ci_mingw64_geany_plugins.sh#L79
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1408#discussion_r2150876726
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/pull/1408/review/[email protected]>