Files
EPANET/.github/workflows/win32.yml
Marios S. Kyriakou 86085d4550 Add a cron schedule in actions per month to create artifacts without any commit
at 2023-02-01 00:00:00
then at 2023-03-01 00:00:00
then at 2023-04-01 00:00:00
then at 2023-05-01 00:00:00
then at 2023-06-01 00:00:00
...

Co-Authored-By: Elad Salomons <selad@optiwater.com>
2023-01-17 00:32:39 +02:00

27 lines
574 B
YAML

name: epanet2-win32
on:
push:
pull_request:
schedule:
- cron: '0 0 1 * *'
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: setup_build_dir
run: mkdir buildproducts
- name: cmake
working-directory: ./buildproducts
run: cmake .. -A Win32 && cmake --build . --config Release
- uses: actions/upload-artifact@v2
with:
name: epanet2-win32
path: D:\a\EPANET\EPANET\buildproducts\bin\Release\