Skip to content

Commit d4c7038

Browse files
committed
Experiment with CI
1 parent 84b76fe commit d4c7038

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ fmt:
7878
script:
7979
- cargo fmt --verbose --all -- --check
8080

81-
clippy:
82-
stage: check
83-
<<: *docker-env
84-
script:
81+
#clippy:
82+
#stage: check
83+
#<<: *docker-env
84+
#script:
8585
#- cargo clippy --verbose --all-targets --all-features -- -D warnings;
8686

8787
#### stage: test (all features)

build.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ fn main() {
6969
};
7070

7171
// build the `dylint` library
72-
println!("out_dir: {:?}", out_dir);
7372
let dylint_dir = manifest_dir.join("dylint");
7473
let manifest_arg = format!(
7574
"--manifest-path={}",

0 commit comments

Comments
 (0)