Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
parity-test-sync
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
parity
parity-test-sync
Commits
20345956
Commit
20345956
authored
7 years ago
by
Nikolay Volf
Committed by
Arkadiy Paronyan
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Rust 1.14 for windows builds (#4269)
parent
9994ca93
Branches
Branches containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
appveyor.yml
+2
-2
2 additions, 2 deletions
appveyor.yml
with
2 additions
and
2 deletions
appveyor.yml
+
2
−
2
View file @
20345956
...
@@ -19,10 +19,10 @@ branches:
...
@@ -19,10 +19,10 @@ branches:
install
:
install
:
-
git submodule update --init --recursive
-
git submodule update --init --recursive
-
ps
:
Install-Product node
6
-
ps
:
Install-Product node
6
-
ps
:
Start-FileDownload "https://static.rust-lang.org/dist/rust-1.1
3
.0-x86_64-pc-windows-msvc.exe"
-
ps
:
Start-FileDownload "https://static.rust-lang.org/dist/rust-1.1
4
.0-x86_64-pc-windows-msvc.exe"
-
ps
:
Start-FileDownload "https://github.com/ethcore/win-build/raw/master/SimpleFC.dll" -FileName nsis\SimpleFC.dll
-
ps
:
Start-FileDownload "https://github.com/ethcore/win-build/raw/master/SimpleFC.dll" -FileName nsis\SimpleFC.dll
-
ps
:
Start-FileDownload "https://github.com/ethcore/win-build/raw/master/vc_redist.x64.exe" -FileName nsis\vc_redist.x64.exe
-
ps
:
Start-FileDownload "https://github.com/ethcore/win-build/raw/master/vc_redist.x64.exe" -FileName nsis\vc_redist.x64.exe
-
rust-1.1
3
.0-x86_64-pc-windows-msvc.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust"
-
rust-1.1
4
.0-x86_64-pc-windows-msvc.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust"
-
SET PATH=%PATH%;C:\Program Files (x86)\Rust\bin;C:\Program Files (x86)\NSIS;C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Bin
-
SET PATH=%PATH%;C:\Program Files (x86)\Rust\bin;C:\Program Files (x86)\NSIS;C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Bin
-
rustc -V
-
rustc -V
-
cargo -V
-
cargo -V
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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