Skip to content

Commit 72e23fc

Browse files
authored
Github Actions and AWS PyPi Build (#34)
* Github CI start * Codeartifacts login * Basic test * Rename branch and dissable circle CI * Solving Rust Test Issues error: unused imports: `cvl_parser`, `decl_parser` Error: --> src/parse/tests/cvl2.rs:1:20 | 1 | use crate::parse::{cvl_parser, decl_parser}; | ^^^^^^^^^^ ^^^^^^^^^^^ | = note: `-D unused-imports` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(unused_imports)]` error: trait `ToSpan` is never used Error: --> src/parse/builder.rs:86:7 | 86 | trait ToSpan { | ^^^^^^ | = note: `-D dead-code` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(dead_code)]` error: could not compile `cvldoc_parser_core` (lib) due to 1 previous error warning: build failed, waiting for other jobs to finish... error: could not compile `cvldoc_parser_core` (lib test) due to 2 previous errors * Print version * Version test * Pattern * Codeartifact deploy * Full CI * Tests * Final CI * Restore CircleCI config * Revert auto-format changes * PR changes
1 parent ad9175b commit 72e23fc

File tree

7 files changed

+222
-316
lines changed

7 files changed

+222
-316
lines changed

.circleci/config.yml

Lines changed: 0 additions & 296 deletions
This file was deleted.

0 commit comments

Comments
 (0)