1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-16 21:35:24 +00:00

thanks travis..

Regards https://github.com/profanity-im/profanity/issues/1294
This commit is contained in:
Michael Vetter 2020-03-30 15:19:10 +02:00
parent 8a2fa7e8c1
commit 6c17a36465
2 changed files with 5 additions and 3 deletions

View File

@ -32,12 +32,12 @@ matrix:
before_install:
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then
docker build -f Dockerfile."$BUILD_FLAVOR" --security-opt seccomp=unconfined -t profanity .;
docker build -f Dockerfile."$BUILD_FLAVOR" -t profanity .;
fi
script:
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then
docker run -it --security-opt seccomp=unconfined profanity ./ci-build.sh;
docker run -it profanity ./ci-build.sh;
fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then
./ci-build.sh;

View File

@ -1,5 +1,7 @@
# Build the latest openSUSE Tumbleweed image
FROM registry.opensuse.org/opensuse/tumbleweed:20200325
# we have to pin this for now..
# see https://github.com/profanity-im/profanity/issues/1294
FROM registry.opensuse.org/opensuse/tumbleweed:20200324
# expect - for functional tests
# libmicrohttpd - for stabber