Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
felixmoebius
libc
Commits
9eca4685
Commit
9eca4685
authored
9 years ago
by
Alex Crichton
Browse files
Options
Downloads
Patches
Plain Diff
Another?
parent
3fffd104
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.travis.yml
+16
-18
16 additions, 18 deletions
.travis.yml
ci/run-travis.sh
+7
-3
7 additions, 3 deletions
ci/run-travis.sh
with
23 additions
and
21 deletions
.travis.yml
+
16
−
18
View file @
9eca4685
language
:
rust
sudo
:
required
#
rust:
sudo
:
false
rust
:
# - 1.0.0
# - beta
#
- nightly
services
:
-
docker
-
nightly
#
services:
#
- docker
script
:
-
sh ci/run-travis.sh
# os:
# - linux
# - osx
env
:
# - ARCH=i686
# - ARCH=x86_64
matrix
:
include
:
matrix
:
# - ARCH=i686
-
ARCH=x86_64
global
:
secure
:
Zh+dsvtjyhRKki3nA+x9FlUEszs6qswMSg1xnkihLbWjrNQhPRcfZXux2LoRbh4A7RtrlDU0Bzga9G7uuNlouALqeAqSbUVBmctjrOrWnKnhHmYQkYa8XBTR90rSn+37sLyinnGSFRIrOM5sc3dTZGlGmjNWwp+Kf8oj9T2SS7w=
# matrix:
# include:
# - os: linux
# env: TARGET=arm-linux-androideabi
# rust: nightly-2015-09-08
...
...
@@ -28,15 +31,10 @@ matrix:
# - os: linux
# env: TARGET=mips-unknown-linux-gnu
# rust: nightly-2015-09-08
-
os
:
linux
env
:
-
TARGET=DOX
-
secure
:
Zh+dsvtjyhRKki3nA+x9FlUEszs6qswMSg1xnkihLbWjrNQhPRcfZXux2LoRbh4A7RtrlDU0Bzga9G7uuNlouALqeAqSbUVBmctjrOrWnKnhHmYQkYa8XBTR90rSn+37sLyinnGSFRIrOM5sc3dTZGlGmjNWwp+Kf8oj9T2SS7w=
rust
:
nightly
addons
:
apt
:
packages
:
-
gcc-multilib
# addons:
# apt:
# packages:
# - gcc-multilib
notifications
:
email
:
on_success
:
never
This diff is collapsed.
Click to expand it.
ci/run-travis.sh
+
7
−
3
View file @
9eca4685
...
...
@@ -11,9 +11,7 @@ export HOST=$ARCH-$OS
MAIN_TARGETS
=
https://static.rust-lang.org/dist
EXTRA_TARGETS
=
https://people.mozilla.org/~acrichton/libc-test/2015-09-08
if
[
"
$TARGET
"
=
"DOX"
]
;
then
exec
sh ci/dox.sh
elif
[
"
$TARGET
"
=
"arm-linux-androideabi"
]
;
then
if
[
"
$TARGET
"
=
"arm-linux-androideabi"
]
;
then
# Pull a pre-built docker image for testing android, then run tests entirely
# within that image.
docker pull alexcrichton/rust-libc-test
...
...
@@ -54,3 +52,9 @@ fi
mkdir
.cargo
cp
ci/cargo-config .cargo/config
sh ci/run.sh
$TARGET
if
[
"
$TARGET
"
=
"x86_64-unknown-linux-gnu"
]
&&
\
[
"
$TRAVIS_RUST_VERSION
"
=
"nightly"
]
&&
\
[
"
$TRAVIS_OS_NAME
"
=
"linux"
]
;
then
sh ci/dox.sh
fi
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment