Skip to content

Add CI/CD

Add CI/CD #14

Workflow file for this run

name: CMake on a single platform
on: [push]
#on:
# push:
# branches: ["master"]
# pull_request:
# branches: ["master"]
permissions:
contents: write
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
with:
token: ${{secrets.REPO_ACCESS_TOKEN}}
# UESDK uses ssh in submodule, rewrite to https with access token
- name: Set github url and credentials
run: |
git config --global url."https://github.com/.insteadOf" git@github.com:
- name: test
run: git clone --recursive --depth 1 https://github.com/praydog/UEVR.git