mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05: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:
|
||||
- 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;
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user