From e1e4924592e73f07b4618477ba50421ad94c4e80 Mon Sep 17 00:00:00 2001 From: R4SAS Date: Fri, 4 Nov 2022 21:08:25 +0300 Subject: [PATCH] [gha] update freebsd workflow Signed-off-by: R4SAS --- .github/workflows/build-freebsd.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-freebsd.yml b/.github/workflows/build-freebsd.yml index 16953ed0..557a9b13 100644 --- a/.github/workflows/build-freebsd.yml +++ b/.github/workflows/build-freebsd.yml @@ -10,12 +10,19 @@ jobs: - uses: actions/checkout@v2 - name: Test in FreeBSD id: test - uses: vmactions/freebsd-vm@v0.2.0 + uses: vmactions/freebsd-vm@v0.3.0 with: usesh: true mem: 2048 - prepare: pkg install -y devel/cmake devel/gmake devel/boost-libs security/openssl net/miniupnpc + sync: rsync + copyback: true + prepare: pkg install -y devel/cmake devel/gmake devel/boost-libs security/openssl net/miniupnpc run: | cd build cmake -DWITH_UPNP=ON -DCMAKE_BUILD_TYPE=Release . gmake -j2 + - name: Upload artifacts + uses: actions/upload-artifact@v2 + with: + name: i2pd-freebsd + path: build/i2pd \ No newline at end of file