1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-09 21:30:42 +00:00
profanity/.builds/openbsd.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

50 lines
916 B
YAML
Raw Normal View History

2021-12-24 12:49:07 +00:00
image: openbsd/7.0
packages:
2021-12-24 12:49:07 +00:00
- gcc-11.2.0p0
- cmake
- gmake
- cmocka
- libtool
2021-12-24 12:49:07 +00:00
- automake-1.16.3
- pkgconf
- readline
2021-12-24 12:49:07 +00:00
- python-3.8.12
2020-11-19 12:33:59 +00:00
- autoconf-2.69p3
- autoconf-archive
- curl
- gpgme
- glib2
- gtk+2
- libotr
- libassuan
- libgpg-error
- libgcrypt
- libsignal-protocol-c
2020-03-23 10:24:57 +00:00
- sqlite3
sources:
- https://github.com/strophe/libstrophe.git#0.11.0
- https://github.com/profanity-im/profanity
environment:
LANG: en_US.UTF-8
tasks:
- symlink: |
2020-11-19 12:33:59 +00:00
doas ln -sf /usr/local/bin/python3 /usr/local/bin/python
doas ln -sf /usr/local/bin/python3-config /usr/local/bin/python-config
doas ln -sf /usr/local/bin/pydoc3 /usr/local/bin/pydoc
- build: |
export AUTOCONF_VERSION=2.69
export AUTOMAKE_VERSION=1.16
2020-11-19 12:33:59 +00:00
cd ~/libstrophe
2020-11-19 12:33:59 +00:00
./bootstrap.sh
./configure
make
doas make install
cd ~/profanity
./ci-build.sh