Skip to content

Commit c7eb2d7

Browse files
committed
Add github action
1 parent cf4c773 commit c7eb2d7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)