mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-30 12:47:48 +02:00
[gha] update workfows
Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
parent
5842f88245
commit
ebeec024dd
7 changed files with 133 additions and 87 deletions
10
.github/workflows/build-freebsd.yml
vendored
10
.github/workflows/build-freebsd.yml
vendored
|
@ -6,8 +6,11 @@ jobs:
|
|||
build:
|
||||
runs-on: macos-12
|
||||
name: with UPnP
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Test in FreeBSD
|
||||
id: test
|
||||
uses: vmactions/freebsd-vm@v0.3.0
|
||||
|
@ -21,8 +24,9 @@ jobs:
|
|||
cd build
|
||||
cmake -DWITH_UPNP=ON -DCMAKE_BUILD_TYPE=Release .
|
||||
gmake -j2
|
||||
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: i2pd-freebsd
|
||||
path: build/i2pd
|
||||
path: build/i2pd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue