-
Notifications
You must be signed in to change notification settings - Fork 1
31 lines (24 loc) · 862 Bytes
/
build.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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
- name: Set github url and credentials
run: |
git config --global --add url."https://${{ secrets.REPO_ACCESS_TOKEN }}@github".insteadOf ssh://git@github
git config --global --add url."https://${{ secrets.REPO_ACCESS_TOKEN }}@github".insteadOf https://github
git config --global --add url."https://${{ secrets.REPO_ACCESS_TOKEN }}@github".insteadOf git@github
- name: test
run: git clone --recursive --depth 1 https://github.com/praydog/UEVR.git