Updated workflows

This commit is contained in:
Pax1601 2023-12-13 16:37:37 +01:00
parent ad7ea014f2
commit 5391b567b9
2 changed files with 2 additions and 11 deletions

View File

@ -1,5 +1,5 @@
# ci.yml file for GitHub Actions
name: CI
name: Documentation
on: [push]

View File

@ -3,7 +3,7 @@
# separate terms of service, privacy policy, and support
# documentation.
name: MSBuild
name: Backend build
on:
push:
@ -33,15 +33,6 @@ jobs:
- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v1.0.2
- name: vcpkg-action
# You may pin to the exact commit or the version.
# uses: johnwason/vcpkg-action@3839b028ca2400865ef5e83a899f336b1b8fd711
uses: johnwason/vcpkg-action@v5
with:
pkgs: geographiclib cpprestsdk
triplet: x64-windows-release
token: ${{ github.token }}
- name: Build
working-directory: ${{env.GITHUB_WORKSPACE}}
# Add additional options to the MSBuild command line here (like platform or verbosity level).