Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
update lib boost 1.83
  • Loading branch information
lancos authored Jan 5, 2025
1 parent 8d330b4 commit 43d8384
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ build_script:
- echo %PATH%
- dir "%INNOPATH%"
- dir "C:\libftdi1-1.5_devkit_x86_x64_19July2020"
- dir "C:\Libraries\boost_1_77_0"
- dir "C:\Libraries\boost_1_83_0"
- cmake -E make_directory build
- cd build && cmake -G "MinGW Makefiles" -DCMAKE_C_COMPILER="gcc" -DCMAKE_CXX_COMPILER="c++" -DCMAKE_MAKE_PROGRAM="mingw32-make" -DUSE_DEBUGGER=OFF -DUSE_QT5=ON -DCMAKE_PREFIX_PATH="C:/libftdi1-1.5_devkit_x86_x64_19July2020" -DLIBUSB_SKIP_VERSION_CHECK=ON ..
- cmake --build . --target all
- cd .. && qmake ponyprog.pro -spec win32-g++ BOOSTPATH=C:/Libraries/boost_1_77_0 FTDIPATH=C:/libftdi1-1.5_devkit_x86_x64_19July2020
- cd .. && qmake ponyprog.pro -spec win32-g++ BOOSTPATH=C:/Libraries/boost_1_83_0 FTDIPATH=C:/libftdi1-1.5_devkit_x86_x64_19July2020
- mingw32-make -j2
- mingw32-make win32setup
- type ponyprog.bat
Expand Down

0 comments on commit 43d8384

Please sign in to comment.