mirror of
https://github.com/profanity-im/profanity.git
synced 2025-07-26 12:14:28 -04:00
thanks travis..
Regards https://github.com/profanity-im/profanity/issues/1294
This commit is contained in:
parent
8a2fa7e8c1
commit
6c17a36465
@ -32,12 +32,12 @@ matrix:
|
|||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then
|
- 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
|
fi
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then
|
- 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
|
fi
|
||||||
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then
|
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then
|
||||||
./ci-build.sh;
|
./ci-build.sh;
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Build the latest openSUSE Tumbleweed image
|
# 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
|
# expect - for functional tests
|
||||||
# libmicrohttpd - for stabber
|
# libmicrohttpd - for stabber
|
||||||
|
Loading…
x
Reference in New Issue
Block a user