File tree 6 files changed +5
-209
lines changed
6 files changed +5
-209
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -11,8 +11,7 @@ license = "MIT"
11
11
edition = " 2018"
12
12
13
13
[badges ]
14
- travis-ci = { repository = " cobalt-org/cobalt.rs" }
15
- appveyor = { repository = " cobalt-org/cobalt.rs" }
14
+ azure-devops = { project = " cobalt-org" , pipeline = " cobalt.rs" }
16
15
17
16
[lib ]
18
17
name =" cobalt"
Original file line number Diff line number Diff line change 1
1
# ![ Cobalt] ( https://raw.githubusercontent.com/cobalt-org/logos/master/cobald.logo.02.resize.png )
2
+
2
3
[ ![ ] ( https://img.shields.io/crates/v/cobalt-bin.svg?maxAge=25920 )] ( https://crates.io/crates/cobalt-bin )
3
- [ ![ ] ( https://travis-ci.org/cobalt-org/cobalt.rs.svg?branch=master )] ( https://travis-ci.org/cobalt-org/cobalt.rs ) [ ![ ] ( https://ci.appveyor.com/api/projects/status/gp2mmvk8dpe8wsmi/branch/master?svg=true )] ( https://ci.appveyor.com/project/johannhof/cobalt-rs/branch/master )
4
- [ ![ ] ( https://coveralls.io/repos/cobalt-org/cobalt.rs/badge.svg?branch=master&service=github )] ( https://coveralls.io/github/cobalt-org/cobalt.rs?branch=master )
4
+ [ ![ Build Status] ( https://dev.azure.com/cobalt-org/cobalt-org/_apis/build/status/cobalt.rs?branchName=master )] ( https://dev.azure.com/cobalt-org/cobalt-org/_build/latest?definitionId=2&branchName=master )
5
5
[ ![ ] ( https://badges.gitter.im/Join%20Chat.svg )] ( https://gitter.im/cobalt-org/cobalt.rs?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge )
6
6
7
7
A straightforward static site generator written in [ Rust] ( http://www.rust-lang.org/ ) .
Original file line number Diff line number Diff line change 1
- # Based on the "trust" template v0.1.1
2
- # https://github.com/japaric/trust/tree/v0.1.1
3
-
4
- os : Visual Studio 2017
5
-
6
- environment :
7
- global :
8
- CRATE_NAME : cobalt
9
- # APPVEYOR_CACHE_SKIP_RESTORE: true
10
-
11
- matrix :
12
- # Stable channel
13
- - TARGET : x86_64-pc-windows-msvc
14
- CHANNEL : stable
15
- TOOLCHAIN : msvc
16
- PLATFORM : x86_64
17
-
18
- # Beta channel
19
- - TARGET : x86_64-pc-windows-msvc
20
- CHANNEL : beta
21
- TOOLCHAIN : msvc
22
- PLATFORM : x86_64
23
-
24
1
install :
25
- - if "%TOOLCHAIN%" == "msvc" if "%PLATFORM%" == "x86_64" call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" x86_amd64
26
- - if "%TOOLCHAIN%" == "msys" set PATH=C:\msys64\mingw%MSYS_BITS%\bin;C:\msys64\usr\bin;%PATH%
27
- - curl -sSf -o rustup-init.exe https://win.rustup.rs/
28
- - rustup-init.exe -y --default-host %TARGET% --default-toolchain %CHANNEL%
29
- - set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
30
- - rustc -Vv
31
- - cargo -V
2
+ - echo Do Nothing
32
3
33
4
test_script :
34
- # we don't run the "test phase" when doing deploys
35
- - if [%APPVEYOR_REPO_TAG%]==[false] ( cargo build --all )
36
- - if [%APPVEYOR_REPO_TAG%]==[false] ( cargo test --all )
37
- - if [%APPVEYOR_REPO_TAG%]==[false] ( cargo build --all --no-default-features )
38
- - if [%APPVEYOR_REPO_TAG%]==[false] ( cargo test --all --no-default-features )
39
-
40
- before_deploy :
41
- - cargo rustc --target %TARGET% --release --bin cobalt -- -C lto
42
- - ps : ci\before_deploy.ps1
43
-
44
- deploy :
45
- artifact : /.*\.zip/
46
- auth_token :
47
- secure : utuy2/b3b27gNjfJb/n/pZYEP3uMi9oDa6qvtbTg31QAgeih1+q8cQTsiCzN8fWZ
48
- description : ' '
49
- on :
50
- CHANNEL : stable
51
- appveyor_repo_tag : true
52
- provider : GitHub
53
-
54
- cache :
55
- - C:\Users\appveyor\.cargo\registry
56
- - target
5
+ - echo Do Nothing
57
6
58
7
branches :
59
8
only :
60
9
# Release tags
61
- - /^v\d+\.\d+\.\d+.*$/
62
10
- master
63
11
64
12
notifications :
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments