aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorBobTheBob9 <for.oliver.kirkham@gmail.com>2022-07-07 21:31:41 +0100
committerBobTheBob9 <for.oliver.kirkham@gmail.com>2022-07-07 21:31:41 +0100
commit2ae34b67e36b8ba05132d481876eb4ed7a826283 (patch)
tree63f44c8e2dcdc959d7a5317a3a7b36efedbd7d38 /.github/workflows/ci.yml
parent3406de7aaaf52cbef20b1549f2d7da0255d30f51 (diff)
downloadNorthstarLauncher-2ae34b67e36b8ba05132d481876eb4ed7a826283.tar.gz
NorthstarLauncher-2ae34b67e36b8ba05132d481876eb4ed7a826283.zip
almost fully replaced hooking lib
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml82
1 files changed, 41 insertions, 41 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index affe0a37..bc255819 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -1,41 +1,41 @@
-name: CI
-on: [push, pull_request]
-
-env:
- BUILD_PROFILE: Release
-
-jobs:
- build:
- runs-on: windows-2022
- steps:
- - name: Checkout
- uses: actions/checkout@v2
- - name: Setup MSBuild
- uses: microsoft/setup-msbuild@v1.1
- - name: Build
- run: msbuild /p:Configuration=${{ env.BUILD_PROFILE }}
- - name: Extract Short Commit Hash
- id: extract
- shell: bash
- run: echo ::set-output name=commit::`git rev-parse --short HEAD`
- - name: Upload Build Artifact
- uses: actions/upload-artifact@v2
- with:
- name: NorthstarLauncher-${{ steps.extract.outputs.commit }}
- path: |
- x64/${{ env.BUILD_PROFILE }}/*.dll
- x64/${{ env.BUILD_PROFILE }}/*.exe
- x64/${{ env.BUILD_PROFILE }}/*.pdb
- x64/${{ env.BUILD_PROFILE }}/*.txt
-
- format-check:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v2
- - uses: DoozyX/clang-format-lint-action@v0.13
- with:
- source: 'NorthstarDedicatedTest LauncherInjector'
- exclude: 'NorthstarDedicatedTest/include loader_launcher_proxy loader_wsock32_proxy'
- extensions: 'h,cpp'
- clangFormatVersion: 13
- style: file
+name: CI
+on: [push, pull_request]
+
+env:
+ BUILD_PROFILE: Release
+
+jobs:
+ build:
+ runs-on: windows-2022
+ steps:
+ - name: Checkout
+ uses: actions/checkout@v2
+ - name: Setup MSBuild
+ uses: microsoft/setup-msbuild@v1.1
+ - name: Build
+ run: msbuild /p:Configuration=${{ env.BUILD_PROFILE }}
+ - name: Extract Short Commit Hash
+ id: extract
+ shell: bash
+ run: echo ::set-output name=commit::`git rev-parse --short HEAD`
+ - name: Upload Build Artifact
+ uses: actions/upload-artifact@v2
+ with:
+ name: NorthstarLauncher-${{ steps.extract.outputs.commit }}
+ path: |
+ x64/${{ env.BUILD_PROFILE }}/*.dll
+ x64/${{ env.BUILD_PROFILE }}/*.exe
+ x64/${{ env.BUILD_PROFILE }}/*.pdb
+ x64/${{ env.BUILD_PROFILE }}/*.txt
+
+ format-check:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v2
+ - uses: DoozyX/clang-format-lint-action@v0.13
+ with:
+ source: 'NorthstarDedicatedTest LauncherInjector'
+ exclude: 'NorthstarDedicatedTest/include loader_launcher_proxy loader_wsock32_proxy'
+ extensions: 'h,cpp'
+ clangFormatVersion: 13
+ style: file