Skip to content

Commit 4558828

Browse files
committed
ci: Add GitHub Actions workflow to build project across Ubuntu, Windows, and macOS with LLVM setup.
1 parent ebdfac4 commit 4558828

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,3 +135,11 @@ jobs:
135135

136136
shell: bash
137137
run: cmake --build build --verbose
138+
139+
- name: Upload Artifact
140+
uses: actions/upload-artifact@v4
141+
with:
142+
name: ProXPL-${{ matrix.os }}
143+
path: |
144+
build/proxpl
145+
build/Release/proxpl.exe

0 commit comments

Comments
 (0)