Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Adélie Linux
gcompat
Commits
eff455bb
Verified
Commit
eff455bb
authored
Apr 29, 2019
by
A. Wilcox
🦊
Browse files
travis: Nope, we'll do Coverity manually
parent
94c4c067
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
eff455bb
...
...
@@ -2,11 +2,6 @@ branches:
only
:
-
master
dist
:
xenial
before_install
:
-
echo -n | openssl s_client -connect https://scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca-certificates.crt
env
:
global
:
-
secure
:
"
E8bFTpCU6UwrUwV4y+3vGQp72Vv7dMFu7zMXyIVNLI5uikVhln79nNyT57V43xTg8grBsBAK3nLQGZFIYSJ88kyAjqgd0WxXVsTfWLE+jmSk40KB7NC9AyDWZqXi9YKaPd5WJtArlFAdJhMKOV/HiiBpJjqns6sUxGZtYmvRTJ6ixUlDdPrlE4PI1NE4g22jaoHZ2WNYxgtLo9FGrNZnc8P/uxEsDnSmoUDhDQ30c9oXpX7xMtydOPPd3SOPCh/XitNDFlBQ9QbzMBzsvhnx0St00eLRG3TyPDxO0EI+FX5Rqunb/gC27RHISKoDw6JwPsWMmx7k34XYv5ariGZ3+tjsGlMRPw/66Qn33SIuSDfS2zGq/AvQBF6bd+NbxvsbEy4LyLTjhwtowrWTZvf9CIeMV4IKumHJEOliuKtJppfl9d/bZTDozdaifz4qdHdpYH+vi6GeabG5eK4JcWyMzhe74At0Zz+DxSRG3tBlHSv0zgcwOS62pzC5h+Ws9/Zjh1f/39ae4CXGbmfZ55XP7O4wPe/RMku0cSEigdv7jxtp+w22LuqawEJEdnQO95sCBV+/PoCMHs2k4mAdE+HP6qWJU4d/DxPlGx94ttQaGnzx+0k46hODHIzQeUzATmaxXLZefssZ2j1tV6ItoIXqopO5y+0GlVL2AJ+CCwCt4SM="
sudo
:
required
language
:
minimal
install
:
...
...
@@ -16,11 +11,3 @@ script: |
sudo chroot $NEWROOT su -l $USER sh -c "cd $CLONE_DIR; make LINKER_PATH=/lib/ld-musl-x86_64.so.1 LOADER_NAME=ld-linux-x86-64.so.2"
notifications
:
email
:
false
addons
:
coverity_scan
:
project
:
name
:
"
AdelieLinux/gcompat"
description
:
"
glibc
compatibility
library
for
musl
libc
hosts"
branch_pattern
:
master
build_command
:
make LINKER_PATH=/lib/ld-musl-x86_64.so.1 LOADER_NAME=ld-linux-x86-64.so.2
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment