-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Feature/integrate rust (#10) * updated deps * completed rust integration --------- Co-authored-by: Jonas Heinle <[email protected]> * updated deps * updated deps * updated docs and deps --------- Co-authored-by: Jonas Heinle <[email protected]>
- Loading branch information
1 parent
405e1c2
commit bc4c748
Showing
359 changed files
with
10,615 additions
and
63,316 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,25 +35,11 @@ jobs: | |
libglx-mesa0 \ | ||
ninja-build \ | ||
ccache \ | ||
iwyu | ||
iwyu \ | ||
doxygen \ | ||
graphviz | ||
- name: Install for Offscreen Rendering on GLFW | ||
run: sudo apt-get install libosmesa6-dev | ||
- name: Prepare python env for sphynx | ||
run: | | ||
pip install -r requirements.txt | ||
- name: Create docs | ||
run: | | ||
cd docs | ||
make html | ||
- name: 📂 Sync files to dev domain | ||
uses: SamKirkland/[email protected] | ||
with: | ||
server: ${{ secrets.SERVER }} | ||
username: ${{ secrets.USERNAME }} | ||
password: ${{ secrets.PW }} | ||
local-dir: "./docs/build/html/" | ||
|
||
- name: Install Vulkan | ||
run: | | ||
wget -qO- https://packages.lunarg.com/lunarg-signing-key-pub.asc | sudo tee /etc/apt/trusted.gpg.d/lunarg.asc | ||
|
@@ -95,6 +81,24 @@ jobs: | |
# llvm-profdata merge -sparse ${{github.workspace}}/build/engine.profraw -o ${{github.workspace}}/build/engine.profdata | ||
# llvm-cov show ./GraphicsEngine -instr-profile=${{github.workspace}}/build/engine.profdata -format=text | ||
|
||
- name: Prepare python env for sphynx | ||
run: | | ||
pip install -r requirements.txt | ||
- name: Create docs | ||
run: | | ||
cd ${{github.workspace}} | ||
doxygen Doxyfile | ||
cd docs | ||
make html | ||
- name: 📂 Sync files to dev domain | ||
uses: SamKirkland/[email protected] | ||
with: | ||
server: ${{ secrets.SERVER }} | ||
username: ${{ secrets.USERNAME }} | ||
password: ${{ secrets.PW }} | ||
local-dir: "./docs/build/html/" | ||
|
||
- name: Codecov | ||
uses: codecov/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
*.log | ||
|
||
dist | ||
.mypy_cache | ||
.conda | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Empty file.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.