Skip to content

Commit

Permalink
[skip ci] Update comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
eugeneko committed Feb 18, 2024
1 parent dc8b4d4 commit 797d1d0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,23 @@
name: Build
on:
# Build on commits pushed.
push:
# Build on pull requests.
pull_request:
# Build on a schedule to keep up with the engine changes.
schedule:
- cron: '0 0 * * *'

env:
# common settings
# Common settings.
CMAKE_VERSION: 3.21.x
# paths
# Common paths.
ci_source_dir: ${{ github.workspace }}/source-code
ci_build_dir: ${{ github.workspace }}/cmake-build

jobs:
# There is single job that builds the project for windows.
# There is no deployment, testing or releasing.
Windows:
runs-on: windows-2022

Expand Down

0 comments on commit 797d1d0

Please sign in to comment.