Testing conan on linux.
Some checks failed
Build & Release / Linux-AMD64-Build (push) Failing after 5s
Build & Release / Linux-AARCH64-Build (push) Failing after 7s
Build & Release / Windows-AMD64-Build (push) Has been cancelled

This commit is contained in:
Arron David Nelson 2024-10-13 13:02:46 -07:00
parent 90e7ef7ce5
commit 6e3008793a

View File

@ -95,6 +95,14 @@ jobs:
- name: Installing Dependencies
run: sudo apt install -y doxygen zip libasound2-dev libxcb1-dev libxcb-xinput-dev libxcb-cursor-dev libpipewire-0.3-dev
- name: Generating Package
run: |
cd ${{ gitea.workspace }}
conan create . --profile ./profiles/Linux_x86_64_Release
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