Testing conan on linux.
This commit is contained in:
parent
90e7ef7ce5
commit
6e3008793a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user