Added the capability for custom encryption's to be added to EHC.

This commit is contained in:
2024-10-07 22:07:38 -07:00
parent b565f41911
commit 74d8ae94af
11 changed files with 785 additions and 0 deletions

View File

@@ -67,6 +67,14 @@ jobs:
run: |
sudo pacman -S --noconfirm doxygen zip alsa-lib libxcb xcb-util-cursor pipewire
- name: Generating Package
run: |
cd ${{ gitea.workspace }}
conan create .
conan remote add origin https://gitea.eventhorizonstudio.io/api/packages/EHS/conan
conan user --remote origin --password ${{secrets.CONAN_TOKEN}} ${{secrets.CONAN_USERNAME}}
conan upload --remote=origin ehs
- name: Generating Documentation
run: |
doxygen ehs-docs-config.doxyfile