diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 0000000..0e78e79 --- /dev/null +++ b/.github/workflows/build.yml @@ -0,0 +1,28 @@ +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 }} + + - name: test + run: git clone --recursive --depth 1 https://github.com/praydog/UEVR.git