mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-26 22:16: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:
|
script:
|
||||||
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then
|
- 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
|
fi
|
||||||
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then
|
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then
|
||||||
./ci-build.sh;
|
./ci-build.sh;
|
||||||
|
|||||||
Reference in New Issue
Block a user