2021-05-13 14:37:43 +02:00
|
|
|
# ------------------------------------------------------------------------------
|
|
|
|
# <auto-generated>
|
|
|
|
#
|
|
|
|
# This code was generated.
|
|
|
|
#
|
|
|
|
# - To turn off auto-generation set:
|
|
|
|
#
|
|
|
|
# [GitHubActions (AutoGenerate = false)]
|
|
|
|
#
|
|
|
|
# - To trigger manual generation invoke:
|
|
|
|
#
|
|
|
|
# nuke --generate-configuration GitHubActions_ci --host GitHubActions
|
|
|
|
#
|
|
|
|
# </auto-generated>
|
|
|
|
# ------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
name: ci
|
|
|
|
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
branches:
|
|
|
|
- master
|
2021-05-14 11:35:39 +02:00
|
|
|
pull_request:
|
|
|
|
branches:
|
|
|
|
- master
|
2021-05-13 14:37:43 +02:00
|
|
|
|
|
|
|
jobs:
|
|
|
|
ubuntu-latest:
|
|
|
|
name: ubuntu-latest
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@v1
|
|
|
|
- name: Run './build.cmd Ci'
|
|
|
|
run: ./build.cmd Ci
|