Skip to content

Commit 787275a

Browse files
committed
Reapply "try reenabling vs2022 workflow"
This reverts commit 2d6d25b.
1 parent 25fe040 commit 787275a

File tree

1 file changed

+48
-48
lines changed

1 file changed

+48
-48
lines changed

.github/workflows/edopro.yml

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -110,55 +110,55 @@ jobs:
110110
avatar_url: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png
111111
username: Github
112112

113-
# Windows-vs2022:
114-
# runs-on: windows-2022
115-
# env:
116-
# DEPLOY_BRANCH: travis-windows-vs2022
117-
# TRAVIS_OS_NAME: windows
118-
# DXSDK_DIR: /c/d3d9sdk/
119-
# VCPKG_ROOT: /c/vcpkg2
120-
# VS_GEN: vs2022
121-
# BUILD_CONFIG: release
122-
# ARCH: x86
123-
# steps:
124-
# - name: Set custom env vars
125-
# shell: bash
126-
# run: |
127-
# echo "VCPKG_CACHE_ZIP_URL=$DEPENDENCIES_BASE_URL/installed_x86-windows-static-vs2022.zip" >> $GITHUB_ENV
128-
# - name: Add msbuild to PATH
129-
# uses: microsoft/setup-msbuild@v2
130-
# - uses: actions/checkout@v1
131-
# with:
132-
# fetch-depth: 1
133-
# - name: Install premake
134-
# shell: bash
135-
# run: ./travis/install-premake5.sh
136-
# - name: Install dependencies
137-
# shell: bash
138-
# run: ./travis/dependencies.sh
139-
# - name: Build
140-
# shell: bash
141-
# run: ./travis/build.sh
142-
# - name: Predeploy
143-
# shell: bash
144-
# run: ./travis/predeploy.sh
145-
# - name: Deploy
146-
# if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
147-
# shell: bash
148-
# run: ./travis/deploy.sh
149-
# - name: Log Failure
150-
# uses: sarisia/actions-status-discord@v1
151-
# if: failure()
152-
# with:
153-
# nodetail: true
154-
# description: |
155-
# [[${{ github.event.repository.name }}] ${{ github.job }} failed on ${{ github.ref }}](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}})
156-
# title: |
113+
Windows-vs2022:
114+
runs-on: windows-2022
115+
env:
116+
DEPLOY_BRANCH: travis-windows-2022
117+
TRAVIS_OS_NAME: windows
118+
DXSDK_DIR: /c/d3d9sdk/
119+
VCPKG_ROOT: /c/vcpkg2
120+
VS_GEN: vs2022
121+
BUILD_CONFIG: release
122+
ARCH: x86
123+
steps:
124+
- name: Set custom env vars
125+
shell: bash
126+
run: |
127+
echo "VCPKG_CACHE_ZIP_URL=$DEPENDENCIES_BASE_URL/installed_x86-windows-static-vs2022.zip" >> $GITHUB_ENV
128+
- name: Add msbuild to PATH
129+
uses: microsoft/setup-msbuild@v2
130+
- uses: actions/checkout@v1
131+
with:
132+
fetch-depth: 1
133+
- name: Install premake
134+
shell: bash
135+
run: ./travis/install-premake5.sh
136+
- name: Install dependencies
137+
shell: bash
138+
run: ./travis/dependencies.sh
139+
- name: Build
140+
shell: bash
141+
run: ./travis/build.sh
142+
- name: Predeploy
143+
shell: bash
144+
run: ./travis/predeploy.sh
145+
- name: Deploy
146+
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
147+
shell: bash
148+
run: ./travis/deploy.sh
149+
- name: Log Failure
150+
uses: sarisia/actions-status-discord@v1
151+
if: failure()
152+
with:
153+
nodetail: true
154+
description: |
155+
[[${{ github.event.repository.name }}] ${{ github.job }} failed on ${{ github.ref }}](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}})
156+
title: |
157157
158-
# color: 0xff0000
159-
# webhook: ${{ secrets.DISCORD_WEBHOOK }}
160-
# avatar_url: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png
161-
# username: Github
158+
color: 0xff0000
159+
webhook: ${{ secrets.DISCORD_WEBHOOK }}
160+
avatar_url: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png
161+
username: Github
162162

163163
Linux-gcc-7-5-0:
164164
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)