Skip to content

Commit

Permalink
ci: disable freebsd builds
Browse files Browse the repository at this point in the history
  • Loading branch information
braindigitalis committed Mar 20, 2022
1 parent 9b89c67 commit 25c4ff9
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,29 +207,29 @@ jobs:
name: "libdpp - RPM Package ${{matrix.cfg.name}}"
path: "${{github.workspace}}/build/*.rpm"

testfreebsd:
runs-on: macos-10.15
name: FreeBSD (g++-10)
steps:
- uses: actions/checkout@v2
- name: FreeBSD Build and Package
id: freebsdtest
uses: vmactions/[email protected]
with:
usesh: true
prepare: pkg install -y openssl-devel gcc gmake ninja cmake git
run: |
pwd
ls -lah
mkdir build
cd build
cmake ..
make -j2
make install
cpack --verbose
- name: Upload Binaries (BZ2)
uses: actions/upload-artifact@v2
with:
name: "libdpp - FreeBSD x64"
path: "${{github.workspace}}/build/*.tar.bz2"
# testfreebsd:
# runs-on: macos-10.15
# name: FreeBSD (g++-10)
# steps:
# - uses: actions/checkout@v2
# - name: FreeBSD Build and Package
# id: freebsdtest
# uses: vmactions/[email protected]
# with:
# usesh: true
# prepare: pkg install -y openssl-devel gcc gmake ninja cmake git
# run: |
# pwd
# ls -lah
# mkdir build
# cd build
# cmake ..
# make -j2
# make install
# cpack --verbose
#
# - name: Upload Binaries (BZ2)
# uses: actions/upload-artifact@v2
# with:
# name: "libdpp - FreeBSD x64"
# path: "${{github.workspace}}/build/*.tar.bz2"

0 comments on commit 25c4ff9

Please sign in to comment.