Skip to content

Commit

Permalink
Trying to get the workflow to work
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaa committed Mar 4, 2024
1 parent dc03fbe commit 1378f64
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
include:
- os: ubuntu-latest
compiler: gcc
# - os: ubuntu-latest
# compiler: clang
# - os: windows-latest
# compiler: msvc
# - os: macos-latest
# compiler: clang
- os: ubuntu-latest
compiler: clang
- os: windows-latest
compiler: msvc
- os: macos-latest
compiler: clang

services:
backend:
Expand Down Expand Up @@ -137,13 +137,16 @@ jobs:
kill $SHINYSOCKS_PID
shell: bash

- name: Prepare artifacts
run: |
mkdir -p artifacts
cp build/bin/* artifacts/
cp shinysocks.conf artifacts/
- name: Archive artifacts
uses: actions/upload-artifact@v4
with:
path: |
build/bin/*
shinysocks.conf
name: shinysocks-${{ matrix.os }}-${{ matrix.compiler }}
path: artifacts/*
retention-days: 1


0 comments on commit 1378f64

Please sign in to comment.