rFactor2_vk_hud/.gitea/workflows/pull_request.yaml

22 lines
536 B
YAML
Raw Normal View History

2023-08-16 07:05:59 +00:00
name: Gavania Merge Build
run_name: Test successful gavania build on merge request
on:
pull_request:
types: [opened, reopened, edited, review_requested, synchronize]
jobs:
build:
steps:
- uses: https://github.com/actions/checkout@v3
- uses: https://github.com/dtolnay/rust-toolchain@stable
- name: Install dependencies
run: |
apt-get update
apt-get install --no-install-recommends -y universal-ctags glslang-tools clang-dev
2023-08-16 07:05:59 +00:00
- name: Build
run: cargo build