Update build.yml

This commit is contained in:
Mike Oliphant
2025-02-09 14:03:01 -08:00
committed by GitHub
parent 0227fdc1fc
commit 3ca0fdc51f
+2 -2
View File
@@ -20,7 +20,7 @@ jobs:
env: env:
CXX: clang++ CXX: clang++
run: | run: |
cmake .. -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DBUILD_UTILS=ON -DBUILD_STATIC_RTNEURAL=ON cmake .. -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DBUILD_UTILS=ON -DBUILD_NAMCORE=ON -DBUILD_STATIC_RTNEURAL=ON
cmake --build . --config $BUILD_TYPE -j4 cmake --build . --config $BUILD_TYPE -j4
cpack cpack
@@ -51,7 +51,7 @@ jobs:
- name: Build Plugin - name: Build Plugin
working-directory: ${{github.workspace}}/build working-directory: ${{github.workspace}}/build
run: | run: |
cmake.exe -G "Visual Studio 17 2022" -A x64 -DBUILD_UTILS=ON -DBUILD_STATIC_RTNEURAL=ON -T ClangCL .. cmake.exe -G "Visual Studio 17 2022" -A x64 -DBUILD_UTILS=ON -DBUILD_NAMCORE=ON -DBUILD_STATIC_RTNEURAL=ON -T ClangCL ..
cmake --build . --config=release -j4 cmake --build . --config=release -j4
- name: Run ModelTest - name: Run ModelTest