-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
69cfcd2
commit 3b80a5a
Showing
52 changed files
with
656 additions
and
182 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
name: Build (C/P Actions) | ||
|
||
on: [push, pull_request] | ||
|
||
jobs: | ||
freebsd: | ||
runs-on: ubuntu-latest | ||
name: FreeBSD | ||
timeout-minutes: 30 | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Build | ||
uses: cross-platform-actions/[email protected] | ||
with: | ||
operating_system: freebsd | ||
version: '13.2' | ||
shell: bash | ||
run: | | ||
sudo pkg update | ||
sudo pkg install -y \ | ||
gmake \ | ||
pkgconf \ | ||
libXcursor \ | ||
libXext \ | ||
libXinerama \ | ||
libXi \ | ||
libXfixes \ | ||
libXrandr \ | ||
libXScrnSaver \ | ||
libXxf86vm \ | ||
wayland \ | ||
wayland-protocols \ | ||
libxkbcommon \ | ||
mesa-libs \ | ||
libglvnd \ | ||
evdev-proto \ | ||
libinotify \ | ||
alsa-lib \ | ||
jackit \ | ||
pipewire \ | ||
pulseaudio \ | ||
sndio \ | ||
dbus \ | ||
zh-fcitx \ | ||
ibus \ | ||
libudev-devd | ||
mkdir build_autotools | ||
export CPPFLAGS="-I/usr/local/include" | ||
export LDFLAGS="-L/usr/local/lib" | ||
(cd build_autotools && ../configure --disable-static) | ||
gmake -C build_autotools -j`sysctl -n hw.ncpu` V=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.