removing pages task
This commit is contained in:
@@ -7,7 +7,6 @@ before_script:
|
|||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
- test
|
- test
|
||||||
- pages
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
@@ -35,21 +34,3 @@ test:
|
|||||||
paths:
|
paths:
|
||||||
- target
|
- target
|
||||||
- cargo_dir
|
- cargo_dir
|
||||||
|
|
||||||
pages:
|
|
||||||
stage: docs
|
|
||||||
script:
|
|
||||||
- HERE="$(readlink -f .)"
|
|
||||||
- CARGO_HOME="$HERE/cargo_dir/"
|
|
||||||
- cargo doc --no-deps
|
|
||||||
- mv target/doc/ansi_parser public
|
|
||||||
|
|
||||||
artifacts:
|
|
||||||
paths:
|
|
||||||
- public
|
|
||||||
|
|
||||||
cache:
|
|
||||||
key: ansi-parse
|
|
||||||
paths:
|
|
||||||
- target
|
|
||||||
- cargo_dir
|
|
||||||
|
@@ -8,6 +8,7 @@ version = "0.2.0"
|
|||||||
license-file = "LICENSE"
|
license-file = "LICENSE"
|
||||||
|
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
nom = "4.2.3"
|
nom = "4.2.3"
|
||||||
num-traits = "0.2"
|
num-traits = "0.2"
|
||||||
|
Reference in New Issue
Block a user