@b4n 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?
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1408#pullrequestreview-2933444150
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/pull/1408/review/[email protected]>