mirror of
https://github.com/rui314/mold.git
synced 2024-11-12 23:48:51 +03:00
Archive test results
This commit is contained in:
parent
1adde7aa51
commit
305153b9c7
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -32,6 +32,14 @@ jobs:
|
||||
cmake -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++-12 ${{ matrix.target }} ..
|
||||
cmake --build . -j$(nproc)
|
||||
ctest . -j$(nproc)
|
||||
- name: archive test results
|
||||
uses: actions/upload-artifact@v3
|
||||
if: always()
|
||||
with:
|
||||
name: test-results-clang
|
||||
path: |
|
||||
build/out
|
||||
build/Testing
|
||||
|
||||
build-gcc:
|
||||
runs-on: ubuntu-20.04
|
||||
|
Loading…
Reference in New Issue
Block a user