gitlab-ci: skip org-mode in mingw builds
* .gitlab-ci.yml: Here. * doc/Makefile.am: Make sure the svg files are only rebuilt when org files are processed.
This commit is contained in:
parent
cbfbf53617
commit
be9096a5cd
2 changed files with 9 additions and 4 deletions
|
|
@ -117,6 +117,7 @@ mingw-shared:
|
||||||
script:
|
script:
|
||||||
- autoreconf -vfi
|
- autoreconf -vfi
|
||||||
- ./configure CC=i686-w64-mingw32-gcc CXX=i686-w64-mingw32-g++-posix --host i686-w64-mingw32 --disable-python
|
- ./configure CC=i686-w64-mingw32-gcc CXX=i686-w64-mingw32-g++-posix --host i686-w64-mingw32 --disable-python
|
||||||
|
- touch doc/org-stamp
|
||||||
- make
|
- make
|
||||||
artifacts:
|
artifacts:
|
||||||
when: on_failure
|
when: on_failure
|
||||||
|
|
@ -135,6 +136,7 @@ mingw-static:
|
||||||
- mkdir install_dir
|
- mkdir install_dir
|
||||||
- autoreconf -vfi
|
- autoreconf -vfi
|
||||||
- ./configure CC=i686-w64-mingw32-gcc CXX=i686-w64-mingw32-g++-posix --host i686-w64-mingw32 --disable-python --disable-shared --enable-optimizations --disable-devel LDFLAGS='-static-libgcc -static-libstdc++ -Wl,-Bstatic,--whole-archive -Wl,-lwinpthread -Wl,--no-whole-archive' --prefix=/usr
|
- ./configure CC=i686-w64-mingw32-gcc CXX=i686-w64-mingw32-g++-posix --host i686-w64-mingw32 --disable-python --disable-shared --enable-optimizations --disable-devel LDFLAGS='-static-libgcc -static-libstdc++ -Wl,-Bstatic,--whole-archive -Wl,-lwinpthread -Wl,--no-whole-archive' --prefix=/usr
|
||||||
|
- touch doc/org-stamp
|
||||||
- make
|
- make
|
||||||
- make install-exec DESTDIR=$PWD/install_dir
|
- make install-exec DESTDIR=$PWD/install_dir
|
||||||
- VERSION=`autoconf --trace='AC_INIT:$2'`
|
- VERSION=`autoconf --trace='AC_INIT:$2'`
|
||||||
|
|
|
||||||
|
|
@ -45,7 +45,7 @@ spot.html spot.tag: stamp
|
||||||
DISTCLEANFILES = spot.tag spot.html stamp
|
DISTCLEANFILES = spot.tag spot.html stamp
|
||||||
|
|
||||||
.PHONY: org org-man
|
.PHONY: org org-man
|
||||||
org:
|
org: $(PICTURES_EXTRA)
|
||||||
cd $(top_builddir) && $(MAKE) doc/org/init.el
|
cd $(top_builddir) && $(MAKE) doc/org/init.el
|
||||||
rm -rf $(srcdir)/userdoc $(builddir)/org/org.errors
|
rm -rf $(srcdir)/userdoc $(builddir)/org/org.errors
|
||||||
$(MAKE) org-man org/plantuml.jar
|
$(MAKE) org-man org/plantuml.jar
|
||||||
|
|
@ -68,7 +68,6 @@ ORG_FILES = \
|
||||||
org/init.el.in \
|
org/init.el.in \
|
||||||
org/spot.css \
|
org/spot.css \
|
||||||
org/arch.tex \
|
org/arch.tex \
|
||||||
$(srcdir)/org/arch.svg \
|
|
||||||
org/autcross.org \
|
org/autcross.org \
|
||||||
org/autfilt.org \
|
org/autfilt.org \
|
||||||
org/csv.org \
|
org/csv.org \
|
||||||
|
|
@ -81,7 +80,6 @@ ORG_FILES = \
|
||||||
org/hoa.org \
|
org/hoa.org \
|
||||||
org/hierarchy.org \
|
org/hierarchy.org \
|
||||||
org/hierarchy.tex \
|
org/hierarchy.tex \
|
||||||
$(srcdir)/org/hierarchy.svg \
|
|
||||||
org/index.org \
|
org/index.org \
|
||||||
org/install.org \
|
org/install.org \
|
||||||
org/ioltl.org \
|
org/ioltl.org \
|
||||||
|
|
@ -115,7 +113,11 @@ ORG_FILES = \
|
||||||
org/upgrade2.org \
|
org/upgrade2.org \
|
||||||
org/satmin.org \
|
org/satmin.org \
|
||||||
org/satmin.tex \
|
org/satmin.tex \
|
||||||
org/setup.org \
|
org/setup.org
|
||||||
|
|
||||||
|
PICTURES_EXTRA = \
|
||||||
|
$(srcdir)/org/arch.svg \
|
||||||
|
$(srcdir)/org/hierarchy.svg \
|
||||||
$(srcdir)/org/satmin.svg
|
$(srcdir)/org/satmin.svg
|
||||||
|
|
||||||
$(srcdir)/org/satmin.svg: org/satmin.tex
|
$(srcdir)/org/satmin.svg: org/satmin.tex
|
||||||
|
|
@ -145,6 +147,7 @@ EXTRA_DIST = \
|
||||||
footer.html \
|
footer.html \
|
||||||
mainpage.dox \
|
mainpage.dox \
|
||||||
$(ORG_FILES) \
|
$(ORG_FILES) \
|
||||||
|
$(PICTURES_EXTRA) \
|
||||||
$(srcdir)/org-stamp \
|
$(srcdir)/org-stamp \
|
||||||
$(srcdir)/userdoc
|
$(srcdir)/userdoc
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue