mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Updated workflows
This commit is contained in:
parent
ad7ea014f2
commit
5391b567b9
@ -1,5 +1,5 @@
|
||||
# ci.yml file for GitHub Actions
|
||||
name: CI
|
||||
name: Documentation
|
||||
|
||||
on: [push]
|
||||
|
||||
11
.github/workflows/msbuild.yml
vendored
11
.github/workflows/msbuild.yml
vendored
@ -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).
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user