Skip to content

Commit 9118fe9

Browse files
committed
WIP-CI: testing solution x12
1 parent 651d869 commit 9118fe9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test-pass.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ jobs:
3838
conda run --name diff_check cmake -S . -B build -A x64 -DBUILD_PYTHON_MODULE=ON -DBUILD_TESTS=ON -DRUN_TESTS=ON
3939
4040
- name: CMake Build
41-
run: conda run --name diff_check ${{github.workspace}}/cmake/build.bat
41+
run: conda run --name diff_check cmake --build build --config Release

cmake/build.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
@echo on
12
REM build the project in Release mode
23
cmake --build build --config Release

0 commit comments

Comments
 (0)