mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-19 17:12:06 +02:00
Use msvc build for daily Windows builds
This commit is contained in:
parent
a518b76c79
commit
7a9875f77b
5
.github/workflows/github.yml
vendored
5
.github/workflows/github.yml
vendored
@ -3,7 +3,6 @@ name: VCMI
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- features/*
|
||||
- beta
|
||||
- master
|
||||
- develop
|
||||
@ -76,6 +75,7 @@ jobs:
|
||||
os: windows-latest
|
||||
test: 0
|
||||
pack: 1
|
||||
upload: 1
|
||||
pack_type: RelWithDebInfo
|
||||
extension: exe
|
||||
before_install: msvc.sh
|
||||
@ -92,7 +92,6 @@ jobs:
|
||||
os: ubuntu-24.04
|
||||
test: 0
|
||||
pack: 1
|
||||
upload: 1
|
||||
pack_type: Release
|
||||
extension: exe
|
||||
cmake_args: -G Ninja
|
||||
@ -342,7 +341,7 @@ jobs:
|
||||
${{github.workspace}}/**/*.pdb
|
||||
|
||||
- name: Upload build
|
||||
if: ${{ (matrix.upload == 1) && (github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/beta' || github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/features/')) }}
|
||||
if: ${{ (matrix.upload == 1) && (github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/beta' || github.ref == 'refs/heads/master') }}
|
||||
continue-on-error: true
|
||||
run: |
|
||||
if [ -z '${{ env.ANDROID_APK_PATH }}' ] ; then
|
||||
|
Loading…
Reference in New Issue
Block a user