mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-19 01:56:22 +00:00
Another try at docker
Regards https://github.com/profanity-im/profanity/issues/1294
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user