File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Execution
22
33on :
44 push :
5- branches : [ main, dev, staging ]
5+ branches : [ main, staging ]
66 pull_request :
7- branches : [ main, dev, staging ]
7+ branches : [ main, staging ]
88
99jobs :
1010 build :
2929 version : " 14.0"
3030 cached : ${{ steps.cache-llvm.outputs.cache-hit }}
3131 - run : npm install --ignore-scripts
32+ # - run: "./lib/install.bat"
3233 - run : cmake . -B build
33- - run : cmake --build build
34+ # - run: cmake --build build
3435 - run : npm run build-syntax
3536 - run : node ./compiler/test.js --action
Original file line number Diff line number Diff line change @@ -81,4 +81,9 @@ set(LLVM_BUILD_DOCS OFF)
8181set (LLVM_ENABLE_DOXYGEN OFF )
8282set (LLVM_ENABLE_SPHINX OFF )
8383
84- add_subdirectory (llvm/llvm)
84+ add_subdirectory ("llvm/llvm" )
85+
86+ # install(
87+ # TARGETS llvm/llvm
88+ # DESTINATION "${PROJECT_SOURCE_DIR}/install/"
89+ # )
You can’t perform that action at this time.
0 commit comments