We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf4c773 commit c7eb2d7Copy full SHA for c7eb2d7
.github/workflows/build-javascriptcore.yml
@@ -0,0 +1,10 @@
1
+on: [push]
2
+jobs:
3
+ Build-JavaScriptCore:
4
+ runs-on: windows-latest
5
+ steps:
6
+ - name: Checkout code
7
+ uses: actions/checkout@v4
8
+ - name: Build JavaScriptCore
9
+ run: |
10
+ cmake -B build -S . -DCMAKE_TOOLCHAIN=$VCPKG_ROOT\scripts\buildsystems\vcpkg.cmake
0 commit comments