Skip to content

Commit

Permalink
Switch appveyor MinGW build to CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
peterNordin committed Dec 11, 2024
1 parent 215f021 commit 4bed85a
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 @@ -33,9 +33,9 @@ build_script:
- cd ..
- mkdir build
- cd build
- qmake.exe ..\HopsanNG.pro -r -spec win32-g++ CONFIG+=release
- cmake -G"MinGW Makefiles" -DCMAKE_BUILD_TYPE=Release ..\
- cmake --build . --config Release --parallel 6
- cd ..
- mingw32-make.exe -j6 -C build
- dir bin
test_script:
- runUnitTests.bat
Expand Down

0 comments on commit 4bed85a

Please sign in to comment.