mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Another try at docker
Regards https://github.com/profanity-im/profanity/issues/1294
This commit is contained in:
parent
8386cac8e7
commit
1e2511eba4
@ -36,7 +36,7 @@ before_install:
|
||||
|
||||
script:
|
||||
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then
|
||||
docker run -it --privileged profanity ./ci-build.sh;
|
||||
docker run -it --security-opt seccomp=unconfined profanity ./ci-build.sh;
|
||||
fi
|
||||
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then
|
||||
./ci-build.sh;
|
||||
|
Loading…
Reference in New Issue
Block a user