File tree Expand file tree Collapse file tree 6 files changed +18
-4
lines changed
Expand file tree Collapse file tree 6 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 2424 auto-update-conda : true
2525 python-version : 3.9.1
2626
27- - name : CMAKE Configure
27+ - name : Cmake Configure
2828 run : ${{github.workspace}}/cmake/config.bat
2929 - name : CMake Build
3030 run : ${{github.workspace}}/cmake/build.bat
Original file line number Diff line number Diff line change 55 <img src="https://github.com/diffCheckOrg/diffCheck/actions/workflows/win-build.yml/badge.svg">
66 <img src="https://github.com/diffCheckOrg/diffCheck/actions/workflows/gh-build.yml/badge.svg">
77 <img src="https://img.shields.io/pypi/v/diffCheck" href="https://pypi.org/project/diffCheck/">
8+ <img src="https://badges.frapsoft.com/os/v2/open-source.svg?v=103" href="https://github.com/ellerbrock/open-source-badges/">
89</p >
910
1011
Original file line number Diff line number Diff line change 1+ @ echo off
2+ setlocal
3+
4+ REM clean the build directory and reconfigure it
5+ rmdir /s /q build
6+
7+ REM configure the project
8+ cmake -S . -B build -G " Visual Studio 16 2019" -A x64
Original file line number Diff line number Diff line change 1+ @ echo off
2+ setlocal
3+
4+ REM clean the build directory and reconfigure it
5+ rmdir /s /q build
6+
7+ REM configure the project
8+ cmake -S . -B build -G " Visual Studio 16 2019" -A x64
Original file line number Diff line number Diff line change 11@ echo off
22setlocal
33
4- REM activate the conda diff_check environment otherwise the python wrap won't work
5- call cmake/activate_conda.bat
6-
74REM build the project in Release mode
85cmake --build build --config Release
You can’t perform that action at this time.
0 commit comments