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

Upgrade OpenBSD to 6.8

This commit is contained in:
William Wennerström 2020-11-19 13:33:59 +01:00
parent 35aecd425f
commit a3f0b25305
No known key found for this signature in database
GPG Key ID: E1382990BEDD319B

View File

@ -1,4 +1,4 @@
image: openbsd/6.7
image: openbsd/6.8
packages:
- cmake
@ -8,10 +8,9 @@ packages:
- automake-1.16.2
- pkgconf
- readline
- python-3.8.2
- autoconf-2.69p2
- python-3.8.6p0
- autoconf-2.69p3
- autoconf-archive
- libmesode
- curl
- gpgme
- glib2
@ -24,6 +23,7 @@ packages:
- sqlite3
sources:
- https://github.com/profanity-im/libmesode.git#0.10.1
- https://github.com/profanity-im/profanity
environment:
@ -31,11 +31,18 @@ environment:
tasks:
- symlink: |
doas ln -sf /usr/local/bin/python3.7 /usr/local/bin/python
doas ln -sf /usr/local/bin/python3.7-config /usr/local/bin/python-config
doas ln -sf /usr/local/bin/pydoc3.7 /usr/local/bin/pydoc
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
cd profanity
cd ~/libmesode
./bootstrap.sh
./configure
make
doas make install
cd ~/profanity
./ci-build.sh