GITHUB: release build on windows

master
Martin Gerhardy 2020-05-16 20:27:39 +02:00
parent 281edd8b24
commit 6feea4d507
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ jobs:
vcpkg install libpq vcpkg install libpq
mkdir build mkdir build
cd build cd build
cmake .. -DRCON=OFF cmake .. -DRCON=OFF -DCMAKE_BUILD_TYPE=Release
cmake --build . cmake --build .
cmake --install . --component voxedit --prefix voxedit cmake --install . --component voxedit --prefix voxedit
cmake --install . --component mapview --prefix mapview cmake --install . --component mapview --prefix mapview