removing pages task

This commit is contained in:
David Bittner
2019-04-26 22:27:37 -04:00
parent dbe24fd124
commit 4f4fbcf1fc
2 changed files with 1 additions and 19 deletions

View File

@@ -7,7 +7,6 @@ before_script:
stages:
- build
- test
- pages
build:
stage: build
@@ -35,21 +34,3 @@ test:
paths:
- target
- 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

View File

@@ -8,6 +8,7 @@ version = "0.2.0"
license-file = "LICENSE"
edition = "2018"
[dependencies]
nom = "4.2.3"
num-traits = "0.2"