-
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
+ Polished UE Blueprint interface + extend Doxygen documentation + minor improvements to the inkcpp runtime (e.g. less empty lines)
- Loading branch information
Showing
75 changed files
with
4,758 additions
and
2,880 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 |
---|---|---|
|
@@ -58,7 +58,7 @@ jobs: | |
echo "INKLECATE=${{ matrix.inklecate_pre }}$GITHUB_WORKSPACE/inklecate/inklecate${{ matrix.inklecate_post }}" >> $GITHUB_ENV | ||
# Setup python | ||
- uses: actions/setup-python@v2 | ||
- uses: actions/setup-python@v4 | ||
if: ${{ matrix.proof }} | ||
with: | ||
python-version: '3.7' | ||
|
@@ -192,7 +192,13 @@ jobs: | |
with: | ||
python-version: "3.x" | ||
- name: Install Doxygen | ||
run: sudo apt-get install doxygen graphviz -y | ||
run: | | ||
sudo apt-get install graphviz -y | ||
wget https://www.doxygen.nl/files/doxygen-1.10.0.linux.bin.tar.gz | ||
gunzip doxygen-*.tar.gz | ||
tar xf doxygen-*.tar | ||
cd doxygen-1.10.0/ | ||
sudo make install | ||
- name: Setup cmake | ||
uses: jwlawson/[email protected] | ||
with: | ||
|
@@ -202,7 +208,7 @@ jobs: | |
- name: Configure CMake | ||
shell: bash | ||
working-directory: ${{github.workspace}}/build | ||
run: cmake $GITHUB_WORKSPACE -DINKCPP_PY=ON | ||
run: cmake $GITHUB_WORKSPACE -DINKCPP_PY=ON -DINKCPP_DOC_BlueprintUE=ON | ||
- name: Build | ||
working-directory: ${{github.workspace}}/build | ||
shell: bash | ||
|
@@ -290,7 +296,7 @@ jobs: | |
pull-requests: write | ||
steps: | ||
# Download Ink Proof Results | ||
- uses: actions/download-artifact@v2 | ||
- uses: actions/download-artifact@v3 | ||
with: | ||
name: results | ||
path: "results" | ||
|
@@ -327,19 +333,19 @@ jobs: | |
- uses: actions/checkout@v4 | ||
|
||
# Download Ink Proof page for Linux | ||
- uses: actions/download-artifact@v2 | ||
- uses: actions/download-artifact@v3 | ||
with: | ||
name: linux-www | ||
path: www/proof | ||
|
||
- uses: actions/download-artifact@v2 | ||
- uses: actions/download-artifact@v3 | ||
with: | ||
name: doxygen | ||
path: www | ||
|
||
# Deploy to Github Pages | ||
- name: Deploy Page | ||
uses: JamesIves/github-pages-deploy-action@4.1.4 | ||
uses: JamesIves/github-pages-deploy-action@4 | ||
with: | ||
branch: inkproof-page | ||
folder: www |
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 |
---|---|---|
|
@@ -21,12 +21,12 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Download artifacts | ||
uses: marcofaggian/[email protected] | ||
with: | ||
names: linux-cl linux-lib linux-clib unreal macos-cl macos-lib macos-clib win64-cl win64-lib win64-clib python-package-distribution | ||
paths: linux-cl linux-lib linux-clib unreal macos-cl macos-lib macos-clib win64-cl win64-lib win64-clib dist | ||
workflow: build.yml | ||
branch: master | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
run: | | ||
ID=$(gh run list -b master --limit 1 --json databaseId | jq '.[0].databaseId') | ||
gh run download $ID -n linux-cl -n linux-lib -n linux-clib -n unreal -n macos-cl -n macos-lib -n macos-clib -n win64-cl -n win64-lib -n win64-clib -n python-package-distribution | ||
mv python-package-distribution dist | ||
- name: Zip | ||
run: | | ||
for f in linux-cl linux-lib linux-clib unreal macos-cl macos-lib macos-clib win64-cl win64-lib win64-clib; do zip -r $f $f; done | ||
|
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
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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.