Skip to content

feat(context): add from_json for jsc #89

feat(context): add from_json for jsc

feat(context): add from_json for jsc #89

Workflow file for this run

name: website
on:
push:
branches-ignore:
- main
concurrency:
group: website-build-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- run: sudo apt update
- run: sudo apt install -y doxygen
- run: >
cmake -S . -B ./build
-DCMAKE_BUILD_TYPE:STRING=Release
-DINCLUDEJS_ENGINE:BOOL=OFF
-DINCLUDEJS_TESTS:BOOL=OFF
-DINCLUDEJS_DOCS:BOOL=ON
- run: cmake --build ./build --config Release --target doxygen