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
9a55bc10
Commit
9a55bc10
authored
8 years ago
by
Alex Crichton
Browse files
Options
Downloads
Patches
Plain Diff
Get CI working again
A few changes have necessitated some updates on our end
parent
863fb885
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
+9
-10
9 additions, 10 deletions
.travis.yml
appveyor.yml
+1
-1
1 addition, 1 deletion
appveyor.yml
with
10 additions
and
11 deletions
.travis.yml
+
9
−
10
View file @
9a55bc10
...
...
@@ -4,8 +4,7 @@ dist: trusty
services
:
-
docker
install
:
-
curl https://static.rust-lang.org/rustup.sh |
sh -s -- --add-target=$TARGET --disable-sudo -y --prefix=`rustc --print sysroot`
-
if [ -z "$NO_ADD" ]; then rustup target add $TARGET; fi
script
:
-
cargo build
-
cargo build --no-default-features
...
...
@@ -24,26 +23,26 @@ matrix:
include
:
# 1.0.0 compat
-
os
:
linux
env
:
TARGET=x86_64-unknown-linux-gnu
env
:
TARGET=x86_64-unknown-linux-gnu
NO_ADD=1
rust
:
1.0.0
script
:
cargo build
install
:
# build documentation
-
os
:
linux
env
:
TARGET=x86_64-unknown-linux-gnu
env
:
TARGET=x86_64-unknown-linux-gnu
NO_ADD=1
rust
:
nightly
script
:
sh ci/dox.sh
# stable compat
-
os
:
linux
env
:
TARGET=x86_64-unknown-linux-gnu
env
:
TARGET=x86_64-unknown-linux-gnu
NO_ADD=1
rust
:
stable
-
os
:
linux
env
:
TARGET=i686-unknown-linux-gnu
rust
:
stable
-
os
:
osx
env
:
TARGET=x86_64-apple-darwin
env
:
TARGET=x86_64-apple-darwin
NO_ADD=1
rust
:
stable
-
os
:
osx
env
:
TARGET=i686-apple-darwin
...
...
@@ -101,18 +100,18 @@ matrix:
# beta
-
os
:
linux
env
:
TARGET=x86_64-unknown-linux-gnu
env
:
TARGET=x86_64-unknown-linux-gnu
NO_ADD=1
rust
:
beta
-
os
:
osx
env
:
TARGET=x86_64-apple-darwin
env
:
TARGET=x86_64-apple-darwin
NO_ADD=1
rust
:
beta
# nightly
-
os
:
linux
env
:
TARGET=x86_64-unknown-linux-gnu
env
:
TARGET=x86_64-unknown-linux-gnu
NO_ADD=1
rust
:
nightly
-
os
:
osx
env
:
TARGET=x86_64-apple-darwin
env
:
TARGET=x86_64-apple-darwin
NO_ADD=1
rust
:
nightly
# QEMU based targets that compile in an emulator
...
...
This diff is collapsed.
Click to expand it.
appveyor.yml
+
1
−
1
View file @
9a55bc10
...
...
@@ -7,7 +7,7 @@ environment:
-
TARGET
:
x86_64-pc-windows-msvc
-
TARGET
:
i686-pc-windows-msvc
install
:
-
curl -sSf -o rustup-init.exe https://win.rustup.rs/
-
appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
-
rustup-init.exe -y --default-host %TARGET%
-
set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
-
if defined MSYS2_BITS set PATH=%PATH%;C:\msys64\mingw%MSYS2_BITS%\bin
...
...
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