summary refs log tree commit diff stats
path: root/plugins/fishlim/INSTALL
blob: d0d61ff8384632ca1af13b22e2aaeb2928590587 (plain) (blame)
1
2
generated by cgit-pink 1.4.1 (git 2.36.1) at 2025-03-25 17:08:12 +0000
 


tils'
    - docker commit `cat /tmp/cid` hexchat/ubuntu-ci
    - rm -f /tmp/cid
install:
    - docker run -d --privileged --cidfile=/tmp/cid --volume=${PWD}:/opt/hexchat hexchat/ubuntu-ci /bin/systemd --system
script:
    - docker exec `cat /tmp/cid` /bin/sh -c 'meson /opt/hexchat /opt/hexchat-build -Dwith-text=true -Dwith-theme-manager=true && ninja -C /opt/hexchat-build install'
after_script:
    - docker kill `cat /tmp/cid`
notifications:
    irc:
        channels: "chat.freenode.net#hexchat-devel"
        template: "Build %{build_url} (%{commit} in %{branch}) by %{author}: %{message}"
        on_success: change
matrix:
     fast_finish: true