Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
irrld committed Oct 12, 2023
1 parent a918d48 commit e2d87ff
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ on:
pull_request:
branches: [ "main" ]

# https://github.com/GlistEngine/glistzbin-win64/releases/download/v.2.0.2/glistzbin-win64-2.0.2.zip
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release
PATH: ${{env.PATH}};D:\a\GlistEngine\GlistEngine\build\bin\Release

jobs:
build:
Expand All @@ -21,6 +23,15 @@ jobs:

steps:
- uses: actions/checkout@v3
#working-directory: ${{github.workspace}}/glist/myglistapps/${{github.repository}}

- name: Clone GlistEngine
uses: GuillaumeFalourd/[email protected]
with:
depth: 1
branch: 'main'
owner: 'GlistEngine'
repository: 'GlistEngine'

- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
Expand Down

0 comments on commit e2d87ff

Please sign in to comment.