1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-07-18 17:03:43 +02:00

Fixed actions

This commit is contained in:
Anthony Scemama 2021-05-07 12:58:30 +02:00
parent cad6fa59a9
commit 9612208161
2 changed files with 5 additions and 0 deletions

View File

@ -23,6 +23,9 @@ jobs:
- name: install htmlize - name: install htmlize
run: git clone https://github.com/hniksic/emacs-htmlize && cp emacs-htmlize/htmlize.el share/doc/qmckl/html/ run: git clone https://github.com/hniksic/emacs-htmlize && cp emacs-htmlize/htmlize.el share/doc/qmckl/html/
- name: ./configure
run: ./configure
- name: make - name: make
run: make -C src/ doc && ls -sh ./share/doc/qmckl/html/ run: make -C src/ doc && ls -sh ./share/doc/qmckl/html/

View File

@ -36,6 +36,8 @@ jobs:
done done
git submodule sync git submodule sync
git submodule update --init --recursive git submodule update --init --recursive
- name: ./configure
run: ./configure --with-debug
- name: make - name: make
run: make -C src/ check run: make -C src/ check
- name: make - name: make