mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-07-07 05:22:03 -07:00
Add PDB AppVeyor Artifact (#28)
This commit is contained in:
parent
ded2d1a6b7
commit
1b26e899b8
2 changed files with 4 additions and 4 deletions
|
@ -17,6 +17,8 @@ build_script:
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: Chiaki
|
- path: Chiaki
|
||||||
name: Chiaki
|
name: Chiaki
|
||||||
|
- path: Chiaki-PDB
|
||||||
|
name: Chiaki-PDB
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
description: 'Chiaki Binaries'
|
description: 'Chiaki Binaries'
|
||||||
|
|
|
@ -53,7 +53,7 @@ cmake \
|
||||||
-G Ninja \
|
-G Ninja \
|
||||||
-DCMAKE_C_COMPILER=cl \
|
-DCMAKE_C_COMPILER=cl \
|
||||||
-DCMAKE_C_FLAGS="-we4013" \
|
-DCMAKE_C_FLAGS="-we4013" \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||||
-DCMAKE_PREFIX_PATH="$APPVEYOR_BUILD_FOLDER/ffmpeg-prefix;$APPVEYOR_BUILD_FOLDER/opus-prefix;$APPVEYOR_BUILD_FOLDER/openssl-1.1/x64;$QT_PATH;$SDL_ROOT" \
|
-DCMAKE_PREFIX_PATH="$APPVEYOR_BUILD_FOLDER/ffmpeg-prefix;$APPVEYOR_BUILD_FOLDER/opus-prefix;$APPVEYOR_BUILD_FOLDER/openssl-1.1/x64;$QT_PATH;$SDL_ROOT" \
|
||||||
-DPYTHON_EXECUTABLE="$PYTHON" \
|
-DPYTHON_EXECUTABLE="$PYTHON" \
|
||||||
-DCHIAKI_ENABLE_TESTS=ON \
|
-DCHIAKI_ENABLE_TESTS=ON \
|
||||||
|
@ -72,9 +72,7 @@ cd .. || exit 1
|
||||||
# Deploy
|
# Deploy
|
||||||
|
|
||||||
mkdir Chiaki && cp build/gui/chiaki.exe Chiaki || exit 1
|
mkdir Chiaki && cp build/gui/chiaki.exe Chiaki || exit 1
|
||||||
|
mkdir Chiaki-PDB && cp build/gui/chiaki.pdb Chiaki-PDB || exit 1
|
||||||
# set CMAKE_BUILD_TYPE=RelWithDebInfo for pdbs
|
|
||||||
# cp build/gui/chiaki.pdb Chiaki
|
|
||||||
|
|
||||||
"$QT_PATH/bin/windeployqt.exe" Chiaki/chiaki.exe || exit 1
|
"$QT_PATH/bin/windeployqt.exe" Chiaki/chiaki.exe || exit 1
|
||||||
cp -v $COPY_DLLS Chiaki
|
cp -v $COPY_DLLS Chiaki
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue