Documented Array and Vector containers.
This commit is contained in:
parent
80744abcc3
commit
3f592f73e8
BIN
.ehs-docs-config.doxyfile.kate-swp
Normal file
BIN
.ehs-docs-config.doxyfile.kate-swp
Normal file
Binary file not shown.
@ -12,9 +12,13 @@ jobs:
|
|||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Generating Documentation
|
||||||
|
run: |
|
||||||
|
doxygen ehs-docs-config.doxyfile
|
||||||
|
|
||||||
- name: Installing Dependencies
|
- name: Installing Dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo pacman -S --noconfirm zip alsa-lib libxcb xcb-util-cursor
|
sudo pacman -S --noconfirm doxygen zip alsa-lib libxcb xcb-util-cursor
|
||||||
|
|
||||||
- name: Building/Compiling Project
|
- name: Building/Compiling Project
|
||||||
run: |
|
run: |
|
||||||
@ -30,7 +34,7 @@ jobs:
|
|||||||
mv libEHS.a lib
|
mv libEHS.a lib
|
||||||
|
|
||||||
- name: Zipping Binaries
|
- name: Zipping Binaries
|
||||||
run: zip -r ehs-linux-amd64.zip include bin lib
|
run: zip -r ehs-linux-amd64.zip include bin lib docs
|
||||||
|
|
||||||
- uses: https://github.com/actions/setup-go@v4
|
- uses: https://github.com/actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
@ -51,7 +55,11 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Installing Dependencies
|
- name: Installing Dependencies
|
||||||
run: sudo apt install -y zip libasound2-dev libxcb1-dev libxcb-xinput-dev libxcb-cursor-dev
|
run: sudo apt install -y doxygen zip libasound2-dev libxcb1-dev libxcb-xinput-dev libxcb-cursor-dev
|
||||||
|
|
||||||
|
- name: Generating Documentation
|
||||||
|
run: |
|
||||||
|
doxygen ehs-docs-config.doxyfile
|
||||||
|
|
||||||
- name: Building/Compiling Project
|
- name: Building/Compiling Project
|
||||||
run: |
|
run: |
|
||||||
@ -67,7 +75,7 @@ jobs:
|
|||||||
mv libEHS.a lib
|
mv libEHS.a lib
|
||||||
|
|
||||||
- name: Zipping Binaries
|
- name: Zipping Binaries
|
||||||
run: zip -r ehs-linux-aarch64.zip include bin lib
|
run: zip -r ehs-linux-aarch64.zip include bin lib docs
|
||||||
|
|
||||||
- uses: https://github.com/actions/setup-go@v4
|
- uses: https://github.com/actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
|
2854
ehs-docs-config.doxyfile
Normal file
2854
ehs-docs-config.doxyfile
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user