mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 08:25:43 +08:00
Update ci.yml
This commit is contained in:
parent
3bb16c048c
commit
40d6bdb2e3
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -143,6 +143,8 @@ jobs:
|
||||
- name: Tests
|
||||
shell: pwsh
|
||||
run: |
|
||||
cd build/${{ matrix.config.BUILD_TYPE }}
|
||||
ctest -VV -C ${{ matrix.config.BUILD_TYPE }} --test-dir ../tests --no-tests=error
|
||||
$DLL_PATH = Join-Path -Path (Get-Location) -ChildPath "build/Release"
|
||||
$env:Path += ';' + $env:DLL_PATH
|
||||
echo "Path=$env:Path" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
|
||||
ctest -VV -C ${{ matrix.config.BUILD_TYPE }} --test-dir build/tests --no-tests=error
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user