-
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.
Merge pull request #4 from Kataglyphis:develop
pumping up imgui dep
- Loading branch information
Showing
225 changed files
with
698,043 additions
and
339 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 |
---|---|---|
|
@@ -48,6 +48,15 @@ jobs: | |
iwyu | ||
- name: Install for Offscreen Rendering on GLFW | ||
run: sudo apt-get install libosmesa6-dev | ||
- name: Prepare python env for sphynx | ||
run: | | ||
pip install sphinx | ||
pip install sphinx-press-theme | ||
pip install myst-parser | ||
- name: Create docs | ||
run: | | ||
cd docs | ||
make 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 | ||
|
@@ -76,7 +85,7 @@ jobs: | |
working-directory: ${{github.workspace}}/build/ | ||
# Execute tests defined by the CMake configuration. | ||
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail | ||
run: ctest -C ${{env.BUILD_TYPE}} --verbose --extra-verbose --debug -T test --output-on-failure -E SetUp.blob | ||
run: ctest -C ${{env.BUILD_TYPE}} --verbose --extra-verbose --debug -T test --output-on-failure -E SetUp.blob RendererTest.DISABLED_BasicSetup | ||
- name: Build Code Coverage | ||
run: | | ||
llvm-profdata merge -sparse ${{github.workspace}}/build/Test/compile/default.profraw -o ${{github.workspace}}/build/compileTestSuite.profdata | ||
|
@@ -91,3 +100,12 @@ jobs: | |
name: codecov-umbrella # optional | ||
fail_ci_if_error: false # optional (default = false) | ||
verbose: false # optional (default = false) | ||
|
||
- name: 📂 Sync files to dev domain | ||
if: github.ref == 'refs/heads/dev' | ||
uses: SamKirkland/[email protected] | ||
with: | ||
server: ${{ secrets.SERVER }} | ||
username: ${{ secrets.DEV_USERNAME }} | ||
password: ${{ secrets.DEV_PW }} | ||
local-dir: "./docs/build/html" |
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 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
Oops, something went wrong.