mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2025-01-03 10:06:09 +01:00
Fixed actions
This commit is contained in:
parent
cad6fa59a9
commit
9612208161
3
.github/workflows/gh-pages.yml
vendored
3
.github/workflows/gh-pages.yml
vendored
@ -23,6 +23,9 @@ jobs:
|
||||
- name: install htmlize
|
||||
run: git clone https://github.com/hniksic/emacs-htmlize && cp emacs-htmlize/htmlize.el share/doc/qmckl/html/
|
||||
|
||||
- name: ./configure
|
||||
run: ./configure
|
||||
|
||||
- name: make
|
||||
run: make -C src/ doc && ls -sh ./share/doc/qmckl/html/
|
||||
|
||||
|
2
.github/workflows/test-build.yml
vendored
2
.github/workflows/test-build.yml
vendored
@ -36,6 +36,8 @@ jobs:
|
||||
done
|
||||
git submodule sync
|
||||
git submodule update --init --recursive
|
||||
- name: ./configure
|
||||
run: ./configure --with-debug
|
||||
- name: make
|
||||
run: make -C src/ check
|
||||
- name: make
|
||||
|
Loading…
Reference in New Issue
Block a user