Skip to content
Snippets Groups Projects
Commit 7db468bd authored by Thomas Müller-Höhne's avatar Thomas Müller-Höhne
Browse files

CI: upload built Windows binaries

parent aaa5ae53
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,6 @@ jobs:
working-directory: ${{ env.build_dir }}
run: cmake --build . --target all --verbose -j `nproc`
build_windows:
name: Build on Windows
runs-on: ${{ matrix.os }}
......@@ -124,3 +123,8 @@ jobs:
- name: Build
working-directory: ${{ env.build_dir }}
run: cmake --build . --config ${{ env.config }} --target ALL_BUILD --verbose
- name: Upload executable
uses: actions/upload-artifact@v3
with:
name: Windows binary for CC ${{ matrix.arch }}
path: ${{ env.build_dir }}/testbed.exe
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment