Skip to content

Commit dd66af1

Browse files
committed
Merge branch 'master' of https://github.com/Iswenzz/CGSC
2 parents 1b7d28c + 690bbb5 commit dd66af1

File tree

1 file changed

+3
-18
lines changed

1 file changed

+3
-18
lines changed

.github/workflows/windows.yml

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Vcpkg
1717
uses: lukka/run-vcpkg@v11
1818
with:
19-
vcpkgGitCommitId: 4a600e9fea71bd7872080cbb716797e04d30e6d3
19+
vcpkgGitCommitId: bd136dad4da8059ba93f71412f52b2ec7c09d377
2020

2121
- name: NASM
2222
uses: ilammy/setup-nasm@v1
@@ -59,12 +59,6 @@ jobs:
5959
- name: Checkout
6060
uses: actions/checkout@v2
6161

62-
- name: OpenCppCoverage
63-
shell: bash
64-
run: |
65-
choco install -y opencppcoverage
66-
echo "C:\Program Files\OpenCppCoverage" >> $GITHUB_PATH
67-
6862
- name: Artifact
6963
uses: actions/download-artifact@v4
7064
with:
@@ -77,15 +71,6 @@ jobs:
7771
cp -r build ../CoD4x_Server-20.1/src/CGSC
7872
7973
- name: Tests
74+
working-directory: ../CoD4x_Server-20.1/src/CGSC/build
8075
run: |
81-
opencppcoverage --quiet --export_type=cobertura:opencppcoverageCoverage.xml --working_dir build --sources src -- build/CGSC.Tests.exe
82-
83-
- name: CodeCov
84-
uses: codecov/codecov-action@v2
85-
with:
86-
token: ${{ secrets.CODECOV_TOKEN }}
87-
files: ./opencppcoverageCoverage.xml
88-
flags: unittests
89-
name: codecov-umbrella
90-
fail_ci_if_error: true
91-
verbose: true
76+
ctest -C Release

0 commit comments

Comments
 (0)