Added the capability for custom encryption's to be added to EHC.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user